m-lab / mlab-speedtest

Repository of the Interface and Project for speed.measurementlab.net
https://speed.measurementlab.net
Apache License 2.0
36 stars 14 forks source link

`$section` in main.js is evaluated before its corresponding element exists in the DOM #42

Open RA80533 opened 3 years ago

RA80533 commented 3 years ago

$section in main.js is evaluated before its corresponding element exists in the DOM

As a result, the functionality associated with the would-be element never executes due a return statement that's guarded by a conditional which always evaluates to true:

https://github.com/m-lab/mlab-speedtest/blob/4cb40a00cc59ad46f8c7c1912461614c2bdc40a7/app/assets/js/main.js#L93-L94