From: <ru...@us...> - 2009-06-09 18:18:40
|
Revision: 6908 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6908&view=rev Author: rurban Date: 2009-06-09 18:18:27 +0000 (Tue, 09 Jun 2009) Log Message: ----------- Do not run MonoBook hooks in default. Detected by vargenau. Modified Paths: -------------- trunk/themes/default/wikicommon.js Modified: trunk/themes/default/wikicommon.js =================================================================== --- trunk/themes/default/wikicommon.js 2009-06-09 08:30:38 UTC (rev 6907) +++ trunk/themes/default/wikicommon.js 2009-06-09 18:18:27 UTC (rev 6908) @@ -252,13 +252,6 @@ // might cause the function to terminate prematurely doneOnloadHook = true; - histrowinit(); - unhidetzbutton(); - tabbedprefs(); - updateTooltipAccessKeys( null ); - akeytt( null ); - scrollEditBox(); - setupCheckboxShiftClick(); sortables_init(); // Run any added-on functions This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |