$section
in main.js is evaluated before its corresponding element exists in the DOM
#42
Labels
$section
in main.js is evaluated before its corresponding element exists in the DOM
#42
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 totrue
:mlab-speedtest/app/assets/js/main.js
Lines 93 to 94 in 4cb40a0
The text was updated successfully, but these errors were encountered: