|
From: Jon O. <jon...@us...> - 2008-07-08 22:08:34
|
Update of /cvsroot/mxbb/mx_kb/kb/includes/js In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12059 Modified Files: init_view.js management.js.php Log Message: Still updating/debugging generic core comments Index: init_view.js =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/js/init_view.js,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** init_view.js 6 Aug 2007 21:13:10 -0000 1.2 --- init_view.js 8 Jul 2008 22:08:30 -0000 1.3 *************** *** 19,23 **** tree.active = queryPath; tree.loadState(); ! tree.updateHtml(); document.title = el(tree.active+"-text").innerHTML; } --- 19,23 ---- tree.active = queryPath; tree.loadState(); ! //tree.updateHtml(); // Fix for NOT folding categories document.title = el(tree.active+"-text").innerHTML; } Index: management.js.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/js/management.js.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** management.js.php 21 May 2008 21:52:14 -0000 1.2 --- management.js.php 8 Jul 2008 22:08:30 -0000 1.3 *************** *** 140,144 **** { 'url':'modules/mx_kb/kb/modules/tabs/kb__tab-view.php' ! ,'parameters':{ 'mode':'article', 'k': escape(treeGetId().substr(treeGetId().lastIndexOf("/")+1)), 'id': escape(treeGetId()), 'block_id':mxBlock.block_id, 'page_id':mxBlock.page_id } ,'onLoading':function() { clearTabs(); tabsLoadingOn(); } ,'onComplete':function() { tabsLoadingOff(); } --- 140,144 ---- { 'url':'modules/mx_kb/kb/modules/tabs/kb__tab-view.php' ! ,'parameters':{ 'mode':'article', 'k': escape(treeGetId().substr(treeGetId().lastIndexOf("/")+1)), 'id': escape(treeGetId()), 'block_id':mxBlock.block_id, 'page_id':mxBlock.page_id, 'start':mxBlock.start } ,'onLoading':function() { clearTabs(); tabsLoadingOn(); } ,'onComplete':function() { tabsLoadingOff(); } |