diff options
author | Robin Buse <me@factor.cc> | 2011-07-26 16:45:24 +0300 |
---|---|---|
committer | Robin Buse <me@factor.cc> | 2011-07-26 16:45:24 +0300 |
commit | e56ef9c26e680a77405d8ab376b3972dd8a97c0a (patch) | |
tree | 56d9bc5545b99a48fc81ec82d5241098cc423ab4 /static | |
parent | e493516ecd5b24453139afe15e8ab9bca01bf02c (diff) | |
download | etherpad-lite-e56ef9c26e680a77405d8ab376b3972dd8a97c0a.zip |
Yeah, it was late...
Diffstat (limited to 'static')
-rw-r--r-- | static/pad.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/pad.html b/static/pad.html index e47d4706..613d8291 100644 --- a/static/pad.html +++ b/static/pad.html @@ -209,8 +209,8 @@ We removed this feature cause its not worth the space it needs in the editbar <input type="hidden" name="padId" value="blpmaXT35R" /> <span class="nowrap"> <input type="submit" name="submit" value="Import Now" disabled="disabled" id="importsubmitinput" /> - <img alt="" id="importstatusball" src=".../static/img/loading.gif" align="top" /> - <img alt="" id="importarrow" src=".../static/img/leftarrow.png" align="top" /> + <img alt="" id="importstatusball" src="../static/img/loading.gif" align="top" /> + <img alt="" id="importarrow" src="../static/img/leftarrow.png" align="top" /> </span> </div> </form> |