Merge branch 'fix/noDropFileuploads' into devel

This commit is contained in:
Gina Häußge 2015-09-28 12:55:54 +02:00
commit 96d479bd67

View file

@ -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];