Fix r61838: add /common
This commit is contained in:
parent
8dc8fa46b6
commit
42135fdcf0
1 changed files with 1 additions and 1 deletions
|
|
@ -2590,7 +2590,7 @@ class OutputPage {
|
|||
|
||||
$params = array(
|
||||
'type' => $wgJsMimeType,
|
||||
'src' => "$wgStylePath/jquery.min.js?$wgStyleVersion",
|
||||
'src' => "$wgStylePath/common/jquery.min.js?$wgStyleVersion",
|
||||
);
|
||||
if ( !$this->mJQueryDone ) {
|
||||
$this->mJQueryDone = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue