mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix app.browserCheck() in old browsers
This commit is contained in:
parent
ece6ff80fd
commit
a41f02e93e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
browserCheck: ->
|
browserCheck: ->
|
||||||
return true if @isSupportedBrowser()
|
return true if @isSupportedBrowser()
|
||||||
@hideLoading()
|
document.body.className = ''
|
||||||
document.body.innerHTML = app.templates.unsupportedBrowser
|
document.body.innerHTML = app.templates.unsupportedBrowser
|
||||||
false
|
false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue