Changeset 2710:f99841305743 for admin/categories.php
- Timestamp:
- 05/15/14 08:38:23 (11 years ago)
- Branch:
- default
- Parents:
- 2706:c7f1c1418fbf (diff), 2709:d70f7e2cb2c9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r2567 r2710 73 73 74 74 foreach ($categories as $category) { 75 if (!empty($category->item_id) ) {75 if (!empty($category->item_id) && !empty($category->left) && !empty($category->right)) { 76 76 $core->blog->updCategoryPosition($category->item_id, $category->left, $category->right); 77 77 } -
admin/categories.php
r2709 r2710 109 109 && $rs->count()>1) { 110 110 $starting_script .= dcPage::jsLoad('js/jquery/jquery-ui.custom.js'); 111 $starting_script .= dcPage::jsLoad('js/jquery/jquery.ui.touch-punch.js'); 111 112 $starting_script .= dcPage::jsLoad('js/jquery/jquery.mjs.nestedSortable.js'); 112 113 }
Note: See TracChangeset
for help on using the changeset viewer.