From: <var...@us...> - 2009-09-09 13:15:25
|
Revision: 7103 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7103&view=rev Author: vargenau Date: 2009-09-09 13:15:16 +0000 (Wed, 09 Sep 2009) Log Message: ----------- define('ENABLE_AJAX', false); Modified Paths: -------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2009-09-09 13:11:38 UTC (rev 7102) +++ trunk/g 2009-09-09 13:15:16 UTC (rev 7103) @@ -122,6 +122,7 @@ // Disable ENABLE_ACDROPDOWN, it creates a <style> in the <body> (illegal) define('ENABLE_ACDROPDOWN', false); + define('ENABLE_AJAX', false); define('TOOLBAR_PAGELINK_PULLDOWN', false); define('TOOLBAR_TEMPLATE_PULLDOWN', false); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |