Remove additonal scripts

This commit is contained in:
discomrade 2021-07-24 02:19:41 +00:00 committed by GitHub
parent bd71b3598d
commit 819b520e37

View file

@ -1037,9 +1037,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/inline-expanding.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
// jQuery, you should first empty the array so that "js/query.min.js" can be the first, and then re-add // jQuery, you should first empty the array so that "js/query.min.js" can be the first, and then re-add