mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-25 18:13:48 +01:00
show printer.type from config (overridden by server.fetchHeader when printing)
This commit is contained in:
parent
73f6699ccf
commit
3b7abc2977
@ -254,6 +254,9 @@
|
||||
|
||||
console.log("_configAPI.loadAll success",_settings);
|
||||
|
||||
$("span#infoPrinterType").text(successData["printer.type"]);
|
||||
|
||||
|
||||
// $("#infoWiFiBox").text(_settings.)
|
||||
|
||||
},function(failData) {
|
||||
|
Loading…
Reference in New Issue
Block a user