diff -r 850e1b1209a9 -r 6d9655e02026 decir/js/admin/reorder.js --- a/decir/js/admin/reorder.js Tue Nov 13 22:30:19 2007 -0500 +++ b/decir/js/admin/reorder.js Tue Nov 13 23:33:14 2007 -0500 @@ -17,12 +17,7 @@ if ( $dynano(this).hasClass('decir_forum') ) { reorder_state.type = 'forum'; - } - else if ( $dynano(this).hasClass('decir_category') ) - { - alert(this.parentNode.DecirForumID); - document.getElementById('forum_cat_' + this.parentNode.DecirForumID).lastChild.lastChild.style.borderBottom = '5px solid #000000'; - reorder_state.type = 'category'; + this.style.borderBottom = '5px solid #000000'; } document.onmousemove = decir_admin_dragforum_onmouse;