mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Merge branch 'MDL-79198-master' of https://github.com/junpataleta/moodle
This commit is contained in:
commit
e90d73974a
lib/amd
2
lib/amd/build/modal.min.js
vendored
2
lib/amd/build/modal.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -89,7 +89,7 @@ export default class Modal {
|
||||
this.isAttached = false;
|
||||
this.bodyJS = null;
|
||||
this.footerJS = null;
|
||||
this.modalCount = this.modalCounter++;
|
||||
this.modalCount = Modal.modalCounter++;
|
||||
this.attachmentPoint = document.createElement('div');
|
||||
document.body.append(this.attachmentPoint);
|
||||
this.focusOnClose = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user