summaryrefslogtreecommitdiffstats
path: root/static/functions/upload.js
diff options
context:
space:
mode:
authorGit <git@what.cd>2013-09-05 08:00:49 +0000
committerGit <git@what.cd>2013-09-05 08:00:49 +0000
commitdf1de3ebad499f61eedc604a271d088b70de7d11 (patch)
tree14c4233ef9f908e5edbfc817acf28f0c7e805e20 /static/functions/upload.js
parent0d1974337fd763e67745aa8679ad6ca48209c5d0 (diff)
downloadGazelle-df1de3ebad499f61eedc604a271d088b70de7d11.zip
Gazelle-df1de3ebad499f61eedc604a271d088b70de7d11.tar.gz
Gazelle-df1de3ebad499f61eedc604a271d088b70de7d11.tar.bz2
Empty commit
Diffstat (limited to 'static/functions/upload.js')
-rw-r--r--static/functions/upload.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/functions/upload.js b/static/functions/upload.js
index b22cd62..71fccf5 100644
--- a/static/functions/upload.js
+++ b/static/functions/upload.js
@@ -1,6 +1,7 @@
function Categories() {
ajax.get('ajax.php?action=upload_section&categoryid=' + $('#categories').raw().value, function (response) {
$('#dynamic_form').raw().innerHTML = response;
+ initMultiButtons();
// Evaluate the code that generates previews.
eval($('#dynamic_form script.preview_code').html());
});