diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-09-16 19:36:30 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-09-16 19:36:30 +0200 |
commit | 8c8dd6ea0bf95ff045e2bbf26951d0ab930594c5 (patch) | |
tree | 30b45eaa0c1fb923716b00b6f746890fa61b55bc /lib | |
parent | 66afa653e612c6cf15680cf883ba4725c267ea79 (diff) | |
download | rpg-8c8dd6ea0bf95ff045e2bbf26951d0ab930594c5.tar.gz rpg-8c8dd6ea0bf95ff045e2bbf26951d0ab930594c5.tar.bz2 |
multiupload fixes FS#1452
This patch fixes HTML validity problems with the multiupload flash. It also
makes sure the uploadflash is shown when switching namespaces via Ajax in the
Mediamanager.
BTW. The multiupload flash does not work in lighttpd 1.4.x
see http://trac.lighttpd.net/trac/ticket/1017 for details
darcs-hash:20080916173630-7ad00-84c4ad5d580093155a1ccfb41054c55b789118c0.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/scripts/media.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/scripts/media.js b/lib/scripts/media.js index ebfd01322..7d0c78730 100644 --- a/lib/scripts/media.js +++ b/lib/scripts/media.js @@ -209,6 +209,7 @@ media = { ajax.afterCompletion = function(){ media.selectorattach(content); media.updatehide(); + media.initFlashUpload(); }; ajax.runAJAX(link.search.substr(1)+'&call=medialist'); return false; |