selectfirst is annoying

This commit is contained in:
Shish 2010-04-28 11:21:02 +01:00
parent ba814aebaa
commit c94e16f814
2 changed files with 6 additions and 3 deletions

View File

@ -89,7 +89,8 @@ EOD;
multiple: true,
multipleSeparator: ' ',
scroll: true,
scrollHeight: 300
scrollHeight: 300,
selectFirst: false
});
});
//--></script>

View File

@ -45,7 +45,8 @@ class UploadTheme extends Themelet {
multiple: true,
multipleSeparator: ' ',
scroll: true,
scrollHeight: 300
scrollHeight: 300,
selectFirst: false
});
});
</script>
@ -115,7 +116,8 @@ class UploadTheme extends Themelet {
multiple: true,
multipleSeparator: ' ',
scroll: true,
scrollHeight: 300
scrollHeight: 300,
selectFirst: false
});
});
</script>