aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-16 22:05:15 -0700
committerCesar G <prototech91@gmail.com>2014-05-16 22:05:15 -0700
commit35edb62bb0cc1dbbcf77241a8443b68f7a333873 (patch)
treef71235d35acaffce2e4f608b6fdd72451dfb35c5 /phpBB/install/index.php
parente31739212d06ea2706e01c3bf87207f4eaa82110 (diff)
parent8b5b318f0a1ea97693eb62626ac94778fe586566 (diff)
downloadforums-35edb62bb0cc1dbbcf77241a8443b68f7a333873.tar
forums-35edb62bb0cc1dbbcf77241a8443b68f7a333873.tar.gz
forums-35edb62bb0cc1dbbcf77241a8443b68f7a333873.tar.bz2
forums-35edb62bb0cc1dbbcf77241a8443b68f7a333873.tar.xz
forums-35edb62bb0cc1dbbcf77241a8443b68f7a333873.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12547] Rename jquery.js to jquery.min.js in assets directory
Diffstat (limited to 'phpBB/install/index.php')
-rw-r--r--phpBB/install/index.php2
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',