]> git.0d.be Git - jackwsmeter.git/commitdiff
Add default port to HTML template
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 14 Jul 2014 17:41:42 +0000 (19:41 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 15 Jul 2014 07:41:42 +0000 (09:41 +0200)
jackwsmeter.html

index b149363ee3cdf05e60194dbb732f7e1aa4774b8c..756f80ad871de07226f94bd1710abfd905e2e124 100644 (file)
@@ -58,7 +58,7 @@ function get_appropriate_ws_url()
 
        u = u.split('/');
 
-       return pcol + u[0];
+       return pcol + u[0] + ':7681';
 }