MDL-54795 mod_assign: Fix Atto notify js error in grading interface
This commit is contained in:
+3
-1
@@ -600,7 +600,9 @@ EditorNotify.prototype = {
|
||||
this.hideTimer = Y.later(intTimeout, this, function() {
|
||||
Y.log('Hide Atto notification.', 'debug', LOGNAME_NOTIFY);
|
||||
this.hideTimer = null;
|
||||
this.messageOverlay.hide(true);
|
||||
if (this.messageOverlay.inDoc()) {
|
||||
this.messageOverlay.hide(true);
|
||||
}
|
||||
});
|
||||
|
||||
return this;
|
||||
|
||||
+4
-4
File diff suppressed because one or more lines are too long
+3
-1
@@ -595,7 +595,9 @@ EditorNotify.prototype = {
|
||||
|
||||
this.hideTimer = Y.later(intTimeout, this, function() {
|
||||
this.hideTimer = null;
|
||||
this.messageOverlay.hide(true);
|
||||
if (this.messageOverlay.inDoc()) {
|
||||
this.messageOverlay.hide(true);
|
||||
}
|
||||
});
|
||||
|
||||
return this;
|
||||
|
||||
+3
-1
@@ -127,7 +127,9 @@ EditorNotify.prototype = {
|
||||
this.hideTimer = Y.later(intTimeout, this, function() {
|
||||
Y.log('Hide Atto notification.', 'debug', LOGNAME_NOTIFY);
|
||||
this.hideTimer = null;
|
||||
this.messageOverlay.hide(true);
|
||||
if (this.messageOverlay.inDoc()) {
|
||||
this.messageOverlay.hide(true);
|
||||
}
|
||||
});
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user