From c4529b1b9dc3de57c9269e5f2a4ecb4640a60aac Mon Sep 17 00:00:00 2001
From: plegall
Date: Fri, 18 Oct 2013 19:19:51 +0000
Subject: bug 2967 fixed: avoid display changes when album list is long to
load. Replace input text for position to input hidden. It was a fallback when
javascript is deactivated, but nowadays Piwigo administration can't work
without javascript.
git-svn-id: http://piwigo.org/svn/branches/2.5@24982 68402e56-0260-453c-a942-63ccdbb3a9ee
---
admin/themes/default/template/cat_list.tpl | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
(limited to 'admin')
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl
index 987cb0f81..1d9ef3691 100644
--- a/admin/themes/default/template/cat_list.tpl
+++ b/admin/themes/default/template/cat_list.tpl
@@ -1,8 +1,6 @@
{footer_script require='jquery.ui.sortable'}{literal}
jQuery(document).ready(function(){
- jQuery(".catPos").hide();
jQuery(".drag_button").show();
- jQuery("#manualOrder").hide();
jQuery(".categoryLi").css("cursor","move");
jQuery(".categoryUl").sortable({
axis: "y",
@@ -104,7 +102,7 @@ jQuery(document).ready(function(){