MDL-44079 Javascript: EditPDF editor should be modal

This commit is contained in:
Andrew Nicols
2014-02-11 12:25:34 +08:00
parent 3c78500c9f
commit aebc072dd4
4 changed files with 5 additions and 2 deletions
@@ -3196,6 +3196,7 @@ EDITOR.prototype = {
headerContent: this.get('header'),
bodyContent: this.get('body'),
footerContent: this.get('footer'),
modal: true,
width: '840px',
visible: false,
draggable: true
File diff suppressed because one or more lines are too long
@@ -3196,6 +3196,7 @@ EDITOR.prototype = {
headerContent: this.get('header'),
bodyContent: this.get('body'),
footerContent: this.get('footer'),
modal: true,
width: '840px',
visible: false,
draggable: true
@@ -288,6 +288,7 @@ EDITOR.prototype = {
headerContent: this.get('header'),
bodyContent: this.get('body'),
footerContent: this.get('footer'),
modal: true,
width: '840px',
visible: false,
draggable: true