diff options
| author | n-aleha <nick_aleha@myway.com> | 2014-05-15 01:18:26 +0300 |
|---|---|---|
| committer | n-aleha <nick_aleha@myway.com> | 2014-05-15 01:18:26 +0300 |
| commit | cc99a6b6ab53365b172bb0bceabde4eda814521b (patch) | |
| tree | 4531c0e9dfcb01ee6e08b278727facd65e465e9c /phpBB/install/index.php | |
| parent | dacece711b24ac0b8828b6b5d7776ab6ae7b5333 (diff) | |
| download | forums-cc99a6b6ab53365b172bb0bceabde4eda814521b.tar forums-cc99a6b6ab53365b172bb0bceabde4eda814521b.tar.gz forums-cc99a6b6ab53365b172bb0bceabde4eda814521b.tar.bz2 forums-cc99a6b6ab53365b172bb0bceabde4eda814521b.tar.xz forums-cc99a6b6ab53365b172bb0bceabde4eda814521b.zip | |
[ticket/12547] Rename jquery.js to jquery.min.js in assets directory
phpBB uses the minified version of jQuery hence the rename.
PHPBB3-12547
Diffstat (limited to 'phpBB/install/index.php')
| -rw-r--r-- | phpBB/install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 66c8559e98..85fedaddfc 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -409,7 +409,7 @@ class module 'L_SKIP' => $lang['SKIP'], 'PAGE_TITLE' => $this->get_page_title(), 'T_IMAGE_PATH' => htmlspecialchars($phpbb_admin_path) . 'images/', - 'T_JQUERY_LINK' => $path . '/../../assets/javascript/jquery.js', + 'T_JQUERY_LINK' => $path . '/../../assets/javascript/jquery.min.js', 'S_CONTENT_DIRECTION' => $lang['DIRECTION'], 'S_CONTENT_FLOW_BEGIN' => ($lang['DIRECTION'] == 'ltr') ? 'left' : 'right', |
