mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: fixed order inclusion of js (from r91542)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92469 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7f65395331
commit
8f10690a1b
@ -76,7 +76,7 @@ Upload.prototype = {
|
||||
button_height : this.buttonHeight,
|
||||
flash_url : 'jsparty/SWFUpload/swfupload.swf', // Relative to this file
|
||||
swfupload_loaded_handler: this.buildUI.bind(this),
|
||||
debug: false,
|
||||
debug: true,
|
||||
preserve_relative_urls: true
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user