quote:
Originally posted by John Anderton
quote:
Originally posted by toddy
if (sEnabled = true){
I hope you mean
code:
if (sEnabled == true)
I hope you mean
code:
if(sEnabled === true)
Else your code will take longer to do the same thing
* markee runs