From 8f10690a1bbf8ab9fdf6cd0a15d99c7b17c7f0e5 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 02:00:41 +0000 Subject: [PATCH] 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 --- javascript/Upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/Upload.js b/javascript/Upload.js index 88227c49..578ed88e 100644 --- a/javascript/Upload.js +++ b/javascript/Upload.js @@ -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 });