1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12547] Rename jquery.js to jquery.min.js in assets directory

phpBB uses the minified version of jQuery hence the rename.

PHPBB3-12547
This commit is contained in:
n-aleha
2014-05-15 01:18:26 +03:00
parent dacece711b
commit cc99a6b6ab
11 changed files with 10 additions and 10 deletions

View File

@@ -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',