|
|
@@ -587,6 +587,7 @@ $(document).keyup(function(event){
|
|
|
$(".setting .select").each(function() {
|
|
|
$(this).find("option[value='"+data[i]+"']").prop("selected","selected");
|
|
|
if ($(this).hasClass('select_two')) {
|
|
|
+ alert(data[i])
|
|
|
$(this).val(data[i]).trigger('change');
|
|
|
}
|
|
|
});
|