mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-17 11:28:41 +01:00
Fix typo in max_images comment
multi_image.js should be multi-image.js, with a dash, not an underscore.
This commit is contained in:
parent
a4b619ae5e
commit
372c26491a
@ -664,7 +664,7 @@
|
|||||||
*/
|
*/
|
||||||
// Maximum number of images allowed. Increasing this number enabled multi image.
|
// Maximum number of images allowed. Increasing this number enabled multi image.
|
||||||
// If you make it more than 1, make sure to enable the below script for the post form to change.
|
// If you make it more than 1, make sure to enable the below script for the post form to change.
|
||||||
// $config['additional_javascript'][] = 'js/multi_image.js';
|
// $config['additional_javascript'][] = 'js/multi-image.js';
|
||||||
$config['max_images'] = 1;
|
$config['max_images'] = 1;
|
||||||
|
|
||||||
// Method to use for determing the max filesize.
|
// Method to use for determing the max filesize.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user