includes/paths.php
changeset 118 0c5efda996bf
parent 116 77c75179bb95
child 138 13561bde2e2c
--- 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 .= "    ['<span id=\\'keepalivestat\\'>Loading keep-alive control...</span>', '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];";