diff --git a/ext/index/theme.php b/ext/index/theme.php index a303af08..7b531191 100644 --- a/ext/index/theme.php +++ b/ext/index/theme.php @@ -89,7 +89,8 @@ EOD; multiple: true, multipleSeparator: ' ', scroll: true, - scrollHeight: 300 + scrollHeight: 300, + selectFirst: false }); }); //--> diff --git a/ext/upload/theme.php b/ext/upload/theme.php index 50036c6c..92a27a5c 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -45,7 +45,8 @@ class UploadTheme extends Themelet { multiple: true, multipleSeparator: ' ', scroll: true, - scrollHeight: 300 + scrollHeight: 300, + selectFirst: false }); }); @@ -115,7 +116,8 @@ class UploadTheme extends Themelet { multiple: true, multipleSeparator: ' ', scroll: true, - scrollHeight: 300 + scrollHeight: 300, + selectFirst: false }); });