Updated text on telemetry examples

This commit is contained in:
adolfintel 2018-08-06 17:32:51 +02:00
parent f7c526af1a
commit a0f0c77fde
2 changed files with 2 additions and 1 deletions

View file

@ -289,6 +289,7 @@ function initUI(){
<img src="" id="resultsImg" />
</div>
</div>
<div>Basic telemetry is active; results will be saved in your database, without the full log. If the results don't appear, or the sharing panel doesn't appear at the end of the test, check the settings in telemetry_settings.php</div>
<a href="https://github.com/adolfintel/speedtest">Source code</a>
<script type="text/javascript">setTimeout(initUI,100);</script>
</body>

View file

@ -187,7 +187,7 @@ function initUI(){
IP Address: <span id="ip"></span>
</div>
</div>
<div>Basic telemetry is active; results will be saved in your database, without the full log. If the results don't appear, check the settings in telemetry.php</div>
<div>Basic telemetry is active; results will be saved in your database, without the full log. If the results don't appear, check the settings in telemetry_settings.php</div>
<a href="https://github.com/adolfintel/speedtest">Source code</a>
<script type="text/javascript">initUI();</script>
</body>