Add a new searchmenu-new-nocreate message
[lhc/web/wiklou.git] / includes / OutputPage.php
index 802740e..5bfde22 100644 (file)
@@ -1518,6 +1518,7 @@ class OutputPage {
                        wfRunHooks( 'AjaxAddScript', array( &$this ) );
 
                        if( $wgAjaxWatch && $wgUser->isLoggedIn() ) {
+                               $this->includeJQuery();
                                $this->addScriptFile( 'ajaxwatch.js' );
                        }