Change all absolute paths to relative paths, fixed #13

This commit is contained in:
Peter 'Pita' Martischka 2011-05-28 21:05:43 +01:00
parent 2dc3e34951
commit aac1e25c9e
8 changed files with 77 additions and 61 deletions

View file

@ -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) {