@@ -123,7 +123,6 @@ window.onload = function() {
setTimeout(function(){ wprinter.printer()},1000);
setTimeout(function(){
let h = $("select[name='printer']").html()
- alert(h)
$("select[name='fp_printer']").html(h)
},1100)
};