This commit is contained in:
Yagami
2018-12-29 14:04:27 +08:00
+1
View File
@@ -118,6 +118,7 @@ $(function()
var $select = $(this);
if(index == 0) $select.find("option[value='ditto']").remove();
if(index > 0) $select.val('ditto');
if($select.attr('id').indexOf('branch') >= 0) $select.val('<?php echo $branch;?>')
$select.chosen();
setTimeout(function()
{