From fd5626219d32f90e71d05a31cff2e1f7bc33bc6b Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 15 Aug 2016 08:00:06 -0400 Subject: [PATCH] =?UTF-8?q?=C2=AF\=5F(=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/javascripts/app/app.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/app/app.coffee b/assets/javascripts/app/app.coffee index 093acd58..e2a092cf 100644 --- a/assets/javascripts/app/app.coffee +++ b/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: ->