fix typo, i81n
This commit is contained in:
parent
dab92bdca6
commit
ffb1a0769a
@ -1 +1 @@
|
||||
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
||||
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
||||
|
@ -1305,7 +1305,7 @@ $(function() {
|
||||
});
|
||||
}
|
||||
|
||||
// UI-flow whe nselecting multiple images in ML upload
|
||||
// UI-flow when selecting multiple images in ML upload
|
||||
if ($('.uploadform_userfile').length > 0) {
|
||||
$('.uploadform_userfile').change(function() {
|
||||
if ($(this).get(0).files.length > 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user