Remove reference to non-existant js file in config.php
This commit is contained in:
parent
adea776c84
commit
a9885c4a9b
|
@ -1033,7 +1033,6 @@
|
||||||
// Additional Javascript files to include on board index and thread pages. See js/ for available scripts.
|
// 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/jquery.min.js';
|
||||||
$config['additional_javascript'][] = 'js/inline-expanding.js';
|
$config['additional_javascript'][] = 'js/inline-expanding.js';
|
||||||
$config['additional_javascript'][] = 'js/multi_image.js'; // required when using multi file upload
|
|
||||||
// $config['additional_javascript'][] = 'js/local-time.js';
|
// $config['additional_javascript'][] = 'js/local-time.js';
|
||||||
|
|
||||||
// Some scripts require jQuery. Check the comments in script files to see what's needed. When enabling
|
// Some scripts require jQuery. Check the comments in script files to see what's needed. When enabling
|
||||||
|
|
Loading…
Reference in New Issue