mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
commit
70861f6fcd
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
data.submit();
|
||||
});
|
||||
},
|
||||
dropZone: $dropzone,
|
||||
dropZone: settings.fileStorage ? $dropzone : null,
|
||||
progressall: function (e, data) {
|
||||
var progress = parseInt(data.loaded / data.total * 100, 10);
|
||||
if (!settings.editor) {$progress.find('div.js-progress').css({"position": "absolute", "top": "40px"}); }
|
||||
|
|
Loading…
Add table
Reference in a new issue