mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Change all absolute paths to relative paths, fixed #13
This commit is contained in:
parent
2dc3e34951
commit
aac1e25c9e
8 changed files with 77 additions and 61 deletions
|
@ -30,7 +30,7 @@ var padsavedrevs = (function() {
|
|||
'<div class="sractions"><a class="srview" href="javascript:void(0)" target="_blank">view</a> | <a class="srrestore" href="javascript:void(0)">restore</a></div>'+
|
||||
'<div class="srtime"><!-- --></div>'+
|
||||
'<div class="srauthor"><!-- --></div>'+
|
||||
'<img class="srtwirly" src="/static/img/misc/status-ball.gif">'+
|
||||
'<img class="srtwirly" src="static/img/misc/status-ball.gif">'+
|
||||
'</div></div>');
|
||||
setBoxLabel(box, revisionInfo.label);
|
||||
setBoxTimestamp(box, revisionInfo.timestamp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue