From ba9003e56d1a5678061e5317808d8c5b5b38706a Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 31 Aug 2015 16:54:23 +0000 Subject: [PATCH] Remove fake dependency on jquery Credit goes to legoktm and MatmaRex for finding out --- HomePageWMES.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HomePageWMES.php b/HomePageWMES.php index 29b3ed9..d721c0d 100644 --- a/HomePageWMES.php +++ b/HomePageWMES.php @@ -18,7 +18,7 @@ $wgHooks['ParserFirstCallInit'][] = 'efSetupHomepageWMES'; $wgResourceModules['ext.homepage-wmes'] = array( 'scripts' => 'js/home.js', 'styles' => 'style.css', - 'dependencies' => 'jquery', +# 'dependencies' => 'jquery', 'localBasePath' => dirname( __FILE__ ), 'remoteExtPath' => 'HomePageWMES' ); -- 2.30.2