diff options
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/plugins_new.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl index a2702f373..d29b60602 100644 --- a/admin/themes/default/template/plugins_new.tpl +++ b/admin/themes/default/template/plugins_new.tpl @@ -29,6 +29,7 @@ jQuery(document).ready(function(){ jQuery('select[name="selectOrder"]').change(function() { sortOrder = this.value; $('.pluginBox').sortElements(sortPlugins); + $.get("admin.php?plugins_new_order="+sortOrder); }); }); {/literal}{/footer_script} |