diff options
author | Git <git@what.cd> | 2013-09-05 08:00:49 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2013-09-05 08:00:49 +0000 |
commit | df1de3ebad499f61eedc604a271d088b70de7d11 (patch) | |
tree | 14c4233ef9f908e5edbfc817acf28f0c7e805e20 /static/functions/upload.js | |
parent | 0d1974337fd763e67745aa8679ad6ca48209c5d0 (diff) | |
download | Gazelle-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.js | 1 |
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()); }); |