1
0
Thibaut Courouble 9 жил өмнө
parent
commit
fd5626219d

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

@@ -187,7 +187,7 @@
   hideLoading: ->
     document.body.classList.remove '_booting'
     document.body.classList.remove '_loading'
-    $.remove document.getElementById('fontLoader')
+    try $.remove document.getElementById('fontLoader')
     return
 
   indexHost: ->