orangehill / bootstrap-session-timeout

Session timeout and keep-alive control with a nice Bootstrap warning dialog.
MIT License
159 stars 110 forks source link

Typo near line 228: countd.text #30

Closed jsholsinger closed 9 years ago

jsholsinger commented 9 years ago

syntax correction needed near line 228 countd.text(secondsLeft + 's'); should be: countdownE1.text(secondsLeft + 's');

jsholsinger commented 9 years ago

User error.