Clearing out images we don't use
Before Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 54 KiB |
@ -50,7 +50,7 @@
|
||||
.attr({'src': '', "width": 'auto', "height": 'auto'});
|
||||
|
||||
$progress.animate({"opacity": 0}, 250, function () {
|
||||
$dropzone.find('span.media').after('<img class="fileupload-loading" src="/public/img/loadingcat.gif" />');
|
||||
$dropzone.find('span.media').after('<img class="fileupload-loading" src="/ghost/img/loadingcat.gif" />');
|
||||
if (!settings.editor) {$progress.find('.fileupload-loading').css({"top": "56px"}); }
|
||||
});
|
||||
$dropzone.trigger("uploadsuccess", [result]);
|
||||
|