瀏覽代碼

¯\_(ツ)_/¯

Thibaut Courouble 9 年之前
父節點
當前提交
fd5626219d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/javascripts/app/app.coffee

+ 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: ->