Skip to content

Commit 9c53ba1

Browse files
committed
Fix CSS conflict on certain error pages
1 parent a376729 commit 9c53ba1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/javascripts/views/content/entry_page.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ class app.views.EntryPage extends app.View
108108
onError: =>
109109
@xhr = null
110110
@render @tmpl('pageLoadError')
111+
@resetClass()
111112
@addClass @constructor.errorClass
112113
app.appCache?.update()
113114
return

0 commit comments

Comments
 (0)