code cleanup

This commit is contained in:
Teja 2015-08-16 12:45:18 +02:00
parent d5c1a8178a
commit 86570f7e4d
2 changed files with 1 additions and 28 deletions

View file

@ -690,7 +690,6 @@ $(function(){
};
self.clear_gcode = function(){
// console.log("gcodeprev clear");
snap.select('#gCodePreview').clear();
};

View file

@ -14,32 +14,6 @@ $(function() {
}
};
//<<<<<<< HEAD
//
// self.fromFeedbackCommandData = function(data) {
// if (data.name in self.feedbackControlLookup) {
// self.feedbackControlLookup[data.name](data.output);
// }
// };
//
//=======
//<<<<<<< HEAD
// } else if (control.type == "feedback_command" || control.type == "feedback") {
// control.output = ko.observable("");
// self.feedbackControlLookup[control.name] = control.output;
// } else if (control.type == "section") {
// control.children = self._processControls(control.children);
// }
// return control;
// };
//
//
//
//=======
self.isErrorOrClosed = ko.observable(undefined);
self.isOperational = ko.observable(undefined);
@ -646,7 +620,7 @@ $(function() {
self.focus_off();
new PNotify({
title: gettext("Focus mode off"),
text: gettext("For safety reasons the focus mode was disabled after 30 seconds."),
text: gettext("For safety reasons the focus mode was disabled after 30 seconds.")
});
}, 30000);
};