MDL-14956 DDL exceptions
This commit is contained in:
@@ -96,8 +96,8 @@
|
||||
|
||||
|
||||
var checkWarnings = function() {
|
||||
// look for div tags with the class name notifyproblem
|
||||
warnings = filterNodesByClassName(document.getElementsByTagName('div'), /(^|\b)notifyproblem(\b|$)/);
|
||||
// look for div tags with the class name notifyproblem or error box
|
||||
warnings = filterNodesByClassName(document.getElementsByTagName('div'), /((^|\b)notifyproblem(\b|$))|errorbox/);
|
||||
// and find the continue button
|
||||
continueBtn = filterNodesByClassName(document.getElementsByTagName('div'), /(^|\b)continuebutton(\b|$)/, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user