From 9a753256cf3346b1c0653483b207b78f577fa61d Mon Sep 17 00:00:00 2001 From: taggon Date: Wed, 26 Oct 2011 02:38:40 +0000 Subject: [PATCH] issue 660: Fixed a bug that the flash uploder loads index page git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9750 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/tpl/js/uploader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/tpl/js/uploader.js b/modules/editor/tpl/js/uploader.js index e45c6ed8b..cb5babdee 100755 --- a/modules/editor/tpl/js/uploader.js +++ b/modules/editor/tpl/js/uploader.js @@ -73,7 +73,7 @@ function start(cfg) { button_window_mode : 'transparent', button_placeholder : $span.get(0), button_text : null, - button_image_url : '', + button_image_url : request_uri+'common/img/blank.gif', button_width : width, button_height : height, button_text_style : null,