Removed unused images and move them all in one folder

This commit is contained in:
Peter 'Pita' Martischka 2011-05-23 22:24:49 +01:00
parent b3ee31286b
commit 509498f141
50 changed files with 134 additions and 134 deletions

View file

@ -531,10 +531,10 @@ var pad = {
},
preloadImages: function() {
var images = [
'/static/img/jun09/pad/feedbackbox2.gif',
'/static/img/jun09/pad/sharebox4.gif',
'/static/img/jun09/pad/sharedistri.gif',
'/static/img/jun09/pad/colorpicker.gif',
'/static/img/feedbackbox2.gif',
'/static/img/sharebox4.gif',
'/static/img/sharedistri.gif',
'/static/img/colorpicker.gif',
];
function loadNextImage() {
if (images.length == 0) {