Replace ID selector with class selector (mw-notification-area)

The former is deprecated.

Bug: T203259
Change-Id: Ie385f3820cc93931a6ccf2cf00e8457b0e48d3e0
This commit is contained in:
Ed Sanders 2018-08-28 15:46:15 +01:00 committed by Esanders
parent 6d877928f5
commit 046e8072e7
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class ArticlePage
div(:spinner_loading, class: 'spinner loading')
# toast
div(:notification_area, id: 'mw-notification-area')
div(:notification_area, css: '.mw-notification-area')
div(:toast, css: '.mw-notification')
# loader