summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorLee L Bell <starrrider@users.sourceforge.net>2006-03-01 21:23:15 +0000
committerLee L Bell <starrrider@users.sourceforge.net>2006-03-01 21:23:15 +0000
commit836814e7c75477a7dee4decff70b6ea00bbf2d5c (patch)
tree6d38a66d574226c44b57af4b5f8c0055c0867c02 /plugins
parent353b421aeaa51099f030928d020bb125cf8131ca (diff)
downloadnexus-836814e7c75477a7dee4decff70b6ea00bbf2d5c.tar.gz
nexus-836814e7c75477a7dee4decff70b6ea00bbf2d5c.tar.bz2
nexus-836814e7c75477a7dee4decff70b6ea00bbf2d5c.zip
Part of bitweaver.js Cleanup
Diffstat (limited to 'plugins')
-rw-r--r--plugins/menu.tikiwiki.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/menu.tikiwiki.php b/plugins/menu.tikiwiki.php
index a95fcd9..9a9b679 100644
--- a/plugins/menu.tikiwiki.php
+++ b/plugins/menu.tikiwiki.php
@@ -4,7 +4,7 @@
*
* @abstract creates a javascript expandable menu
* @author xing@synapse.plus.com
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
* @package nexus
* @subpackage plugins
*/
@@ -87,7 +87,7 @@ function writeTikiWikiCache( $pMenuHash ) {
if( $type == 'heo' || $type == 'hec' ) {
$item['display_url'] = "javascript:toggle('".$tog_next."');";
} else {
- $item['expand_url'] = "javascript:icntoggle('".$tog_next."');";
+ $item['expand_url'] = "javascript:flipIcon('".$tog_next."');";
}
$gBitSmarty->assign( 'tog_next', $tog_next );
}