visualfail: disable JS debugging output

Change-Id: I8154aa182189ce88716d157aa41cbe2680f0eab8
This commit is contained in:
Horst Schirmeier
2015-01-08 12:05:33 +01:00
parent 2ae7e87abc
commit 874e5881b7

View File

@ -103,7 +103,7 @@ $(document).ready(function() {
newFehler = newFehler + parseInt(actualRow.attr(val)); newFehler = newFehler + parseInt(actualRow.attr(val));
}); });
console.log("jepp" + newMaxFehler + " " + newFehler); // console.log("jepp" + newMaxFehler + " " + newFehler);
$(this).prev().prev().prev().css("background-color", calcColor(newFehler, newMaxFehler)) $(this).prev().prev().prev().css("background-color", calcColor(newFehler, newMaxFehler))
.css('cursor', 'pointer'); .css('cursor', 'pointer');