inline-expanding.js needs jQuery to function, so why are we not including it in the default configuration too?

This commit is contained in:
Daniel Saunders 2017-07-24 04:38:38 -04:00
parent b5fac28a8b
commit 09fadec620
2 changed files with 5 additions and 4 deletions

View File

@ -1028,6 +1028,7 @@
*/
// Additional Javascript files to include on board index and thread pages. See js/ for available scripts.
$config['additional_javascript'][] = 'js/jquery.min.js';
$config['additional_javascript'][] = 'js/inline-expanding.js';
// $config['additional_javascript'][] = 'js/local-time.js';

8
js/jquery.min.js vendored

File diff suppressed because one or more lines are too long