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