Merge branch 'fix/noDropFileuploads' into devel
This commit is contained in:
commit
96d479bd67
1 changed files with 9 additions and 0 deletions
|
|
@ -21,6 +21,15 @@ $(function() {
|
|||
headers: {"X-Api-Key": UI_API_KEY}
|
||||
});
|
||||
|
||||
//~~ Initialize file upload plugin
|
||||
|
||||
$.widget("blueimp.fileupload", $.blueimp.fileupload, {
|
||||
options: {
|
||||
dropZone: null,
|
||||
pasteZone: null
|
||||
}
|
||||
});
|
||||
|
||||
//~~ Initialize i18n
|
||||
|
||||
var catalog = window["BABEL_TO_LOAD_" + LOCALE];
|
||||
|
|
|
|||
Loading…
Reference in a new issue