#6 UI Updates senden und anzeigen

This commit is contained in:
David Zingg 2019-11-20 22:02:01 +01:00
parent 8cc9e20741
commit 071d9b23e9

View File

@ -6,6 +6,8 @@ $(function() {
self.settings = parameters[1]; self.settings = parameters[1];
self.printer = parameters[2]; self.printer = parameters[2];
self.mystromswitchEnabled = ko.observable();
// Hack to remove automatically added Cancel button // Hack to remove automatically added Cancel button
// See https://github.com/sciactive/pnotify/issues/141 // See https://github.com/sciactive/pnotify/issues/141
//PNotify.prototype.options.confirm.buttons = []; //PNotify.prototype.options.confirm.buttons = [];