Browse Source

Remove reference to non-existant js file in config.php

pull/40/head
towards-a-new-leftypol 3 years ago
parent
commit
a9885c4a9b
  1. 1
      inc/config.php

1
inc/config.php

@ -1033,7 +1033,6 @@
// 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/multi_image.js'; // required when using multi file upload
// $config['additional_javascript'][] = 'js/local-time.js';
// Some scripts require jQuery. Check the comments in script files to see what's needed. When enabling

Loading…
Cancel
Save