diff -r 7cfdbb2fd17a -r 0c5efda996bf includes/paths.php --- a/includes/paths.php Fri Sep 07 00:48:51 2007 -0400 +++ b/includes/paths.php Fri Sep 07 16:25:16 2007 -0400 @@ -509,6 +509,9 @@ $ret .= " ],\n"; } $ret .= " ['Log out of admin panel', 'javascript:ajaxPage(\\'".$this->nslist['Admin']."AdminLogout\\');'],\n"; + $ret .= " ['Loading keep-alive control...', 'javascript:ajaxToggleKeepalive();', + ['About keep-alive', 'javascript:aboutKeepAlive();'] + ],\n"; // I used this while I painstakingly wrote the Runt code that auto-expands certain nodes based on the value of a bitfield stored in a cookie. *shudders* // $ret .= " ['(debug) Clear menu bitfield', 'javascript:createCookie(\\'admin_menu_state\\', \\'1\\', 365);'],\n"; $ret .= "]\n];";