Skip to content

Commit fd56262

Browse files
committed
¯\_(ツ)_/¯
1 parent ebdfd4e commit fd56262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/javascripts/app/app.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
hideLoading: ->
188188
document.body.classList.remove '_booting'
189189
document.body.classList.remove '_loading'
190-
$.remove document.getElementById('fontLoader')
190+
try $.remove document.getElementById('fontLoader')
191191
return
192192

193193
indexHost: ->

0 commit comments

Comments
 (0)