Browse Source

Fix app.browserCheck() in old browsers

Thibaut 12 years ago
parent
commit
a41f02e93e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/javascripts/app/app.coffee

+ 1 - 1
assets/javascripts/app/app.coffee

@@ -33,7 +33,7 @@
 
   browserCheck: ->
     return true if @isSupportedBrowser()
-    @hideLoading()
+    document.body.className = ''
     document.body.innerHTML = app.templates.unsupportedBrowser
     false