docker-speedtest-analyser icon indicating copy to clipboard operation
docker-speedtest-analyser copied to clipboard

Change js/appConfig.example so you don't have to remove `let`

Open owenleonard opened this issue 3 years ago • 0 comments

JS variables defined using let cannot be redefined, but variables defined using var can. These changes allow the user to simply copy the file to their data directory and then change the settings they want to change. The settings in the data directory will override the default ones in appConfig.example.js.

I also moved the order the config files are loaded by index.html so the data file is given preference.

owenleonard avatar May 12 '21 23:05 owenleonard