mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Removed unused images and move them all in one folder
This commit is contained in:
parent
b3ee31286b
commit
509498f141
50 changed files with 134 additions and 134 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue