mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
fix #PHRAS-343 #time 30m
select is reset
This commit is contained in:
@@ -761,6 +761,7 @@ $(document).ready(function () {
|
||||
var $record_types = $('#recordtype_sel');
|
||||
if ($this.hasClass('mode_type_reg')) {
|
||||
$record_types.hide();
|
||||
$record_types.prop("selectedIndex", 0);
|
||||
} else {
|
||||
$record_types.show();
|
||||
}
|
||||
|
Reference in New Issue
Block a user