rtr-nettest / rmbtws

RTR-NetTest Websocket Client
Apache License 2.0
14 stars 11 forks source link

Move language and control server path into Config Constructor #9

Closed the01 closed 7 years ago

the01 commented 7 years ago

Instead of declaring global vars

<script>
        selectedLanguage = "de";
        controlProxy = "https://develop.netztest.at";
        wspath = "RMBTControlServer";
</script>

Add it to the constructor of the RMBTTestConfig

cproof commented 7 years ago

Looking good, thanks for the Pull Request 👍