| changeset 48 | 983d7be910c1 |
| parent 41 | d2f735d7763f |
--- a/front_js/pointers/index.html Mon Jul 09 14:24:42 2012 +0200 +++ b/front_js/pointers/index.html Fri Jul 13 14:57:43 2012 +0200 @@ -36,10 +36,18 @@ <!-- Scripts principaux. --> <script type="text/javascript"> var pts; + + var config = + { + timeFilling: 1000, + host: '127.0.0.1', + port: 8090 + }; + //Si la page a chargé, on charge les pointeurs. $(document).ready(function () { - pts = new pointers(); + pts = new Pointers(config); }); </script> </body>