Wikimedia España
/
mediawiki
/
extensions
/
HomePageWMES
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ab982
)
Remove fake dependency on jquery
author
Platonides
<platonides@gmail.com>
Mon, 31 Aug 2015 16:54:23 +0000
(16:54 +0000)
committer
root
<root@wikidev.wikimedia.es>
Sun, 6 Sep 2015 23:37:33 +0000
(23:37 +0000)
Credit goes to legoktm and MatmaRex for finding out
HomePageWMES.php
patch
|
blob
|
blame
|
history
diff --git
a/HomePageWMES.php
b/HomePageWMES.php
index 29b3ed94acae2012a913ac37525523e05234bd7e..d721c0db6ba4bb65aa85506b23a973f459ab0bd9 100644
(file)
--- a/
HomePageWMES.php
+++ b/
HomePageWMES.php
@@
-18,7
+18,7
@@
$wgHooks['ParserFirstCallInit'][] = 'efSetupHomepageWMES';
$wgResourceModules['ext.homepage-wmes'] = array(
\r
'scripts' => 'js/home.js',
\r
'styles' => 'style.css',
\r
- 'dependencies' => 'jquery',
\r
+
#
'dependencies' => 'jquery',
\r
'localBasePath' => dirname( __FILE__ ),
\r
'remoteExtPath' => 'HomePageWMES'
\r
);
\r