mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -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
|
@ -533,10 +533,10 @@ var pad = {
|
|||
},
|
||||
preloadImages: function() {
|
||||
var images = [
|
||||
'/static/img/feedbackbox2.gif',
|
||||
'/static/img/sharebox4.gif',
|
||||
'/static/img/sharedistri.gif',
|
||||
'/static/img/colorpicker.gif',
|
||||
'static/img/feedbackbox2.gif',
|
||||
'static/img/sharebox4.gif',
|
||||
'static/img/sharedistri.gif',
|
||||
'static/img/colorpicker.gif',
|
||||
];
|
||||
function loadNextImage() {
|
||||
if (images.length == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue