Patrick Brosi 4 years ago
parent
commit
2535ddaa83
1 changed files with 1 additions and 2 deletions
  1. 1 2
      web/script.js

+ 1 - 2
web/script.js

@@ -2,8 +2,7 @@ widths = [12, 13, 13, 13, 13, 13, 13, 13];
2
 opas = [0.8, 0.6, 0.5, 0.5, 0.4];
2
 opas = [0.8, 0.6, 0.5, 0.5, 0.4];
3
 mwidths = [1, 1, 1, 1.5, 2, 3, 5, 6, 6, 4, 3, 2];
3
 mwidths = [1, 1, 1, 1.5, 2, 3, 5, 6, 6, 4, 3, 2];
4
 
4
 
5
-//backend = "http://staty.cs.uni-freiburg.de/backend/";
6
-backend = "http://localhost:9090";
5
+backend = "";
7
 
6
 
8
 function marker(stat, z) {
7
 function marker(stat, z) {
9
     if (z > 15) {
8
     if (z > 15) {