Merge "Do not use pass the "string" (deprecated parameter) to toast show method"

This commit is contained in:
jenkins-bot 2019-05-01 18:25:15 +00:00 committed by Gerrit Code Review
commit db3e6d2380
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
if ( !cookiesEnabled() ) {
popup.show(
mw.msg( 'mobile-frontend-cookies-required' ),
'error'
{ type: 'error' }
);
// Prevent default action
return false;