mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
commit
70861f6fcd
@ -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…
Reference in New Issue
Block a user