git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7802 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-11-05 05:20:47 +00:00
parent 6e23e045b0
commit 937d66383a

View file

@ -443,7 +443,7 @@ runtimes.flash = {
var self = this;
var rand = random();
var name = 'xe_flashuploader_object'+rand;
var swf = (window.request_uri||'/')+'common/js/plugins/uploader/uploader.swf?'+rand;
var swf = (window.request_uri||'/')+'common/js/plugins/uploader/uploader.swf';
if (!window.xe_flashuploaders) window.xe_flashuploaders = [];