From 42135fdcf0cbeeef26dd4fb3126be74c988543db Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 2 Feb 2010 01:06:22 +0000 Subject: [PATCH] Fix r61838: add /common --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 7a5e626d1a..49d5f9736d 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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; -- 2.20.1