aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_footer.html
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-05-15 01:18:26 +0300
committern-aleha <nick_aleha@myway.com>2014-05-15 01:18:26 +0300
commitcc99a6b6ab53365b172bb0bceabde4eda814521b (patch)
tree4531c0e9dfcb01ee6e08b278727facd65e465e9c /phpBB/adm/style/overall_footer.html
parentdacece711b24ac0b8828b6b5d7776ab6ae7b5333 (diff)
downloadforums-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/adm/style/overall_footer.html')
-rw-r--r--phpBB/adm/style/overall_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index 8810414fc2..0f4589f5d4 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -32,7 +32,7 @@
</div>
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
-<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
+<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS ajax.js -->
<!-- INCLUDEJS admin.js -->