This commit is contained in:
Rick Companje 2015-06-02 14:39:52 +02:00
parent ab7e087449
commit a7e1ee72a8
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ function Printer() {
this.checkStatus = function() {
if (limitedFeatures) {
console.log(className,'ignoring checkStatus due to limitedFeatures mode');
return; //don't check printer status when in limitedFeatures mode
}