Skip to content
Snippets Groups Projects
Commit 874e5881 authored by Horst Schirmeier's avatar Horst Schirmeier
Browse files

visualfail: disable JS debugging output

Change-Id: I8154aa182189ce88716d157aa41cbe2680f0eab8
parent 2ae7e87a
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ $(document).ready(function() { ...@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment