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