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:
Ingo Schommer 2009-11-21 02:00:41 +00:00
parent 7f65395331
commit 8f10690a1b

View File

@ -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
});