Merge branch 'MDL-42401-master' of git://github.com/damyon/moodle

Conflicts:
	mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
This commit is contained in:
Dan Poltawski 2013-10-29 14:43:02 +08:00
commit c426631850
4 changed files with 15 additions and 15 deletions

View File

@ -3092,10 +3092,10 @@ EDITOR.prototype = {
bodyContent: this.get('body'),
footerContent: this.get('footer'),
width: '840px',
visible: true
visible: false,
draggable: true
});
this.dialogue.centerDialogue();
// Add custom class for styling.
this.dialogue.get('boundingBox').addClass(CSS.DIALOGUE);
@ -3111,9 +3111,9 @@ EDITOR.prototype = {
this.refresh_button_state();
}
} else {
this.dialogue.show();
}
this.dialogue.centerDialogue();
this.dialogue.show();
this.load_all_pages();
},

View File

@ -3092,10 +3092,10 @@ EDITOR.prototype = {
bodyContent: this.get('body'),
footerContent: this.get('footer'),
width: '840px',
visible: true
visible: false,
draggable: true
});
this.dialogue.centerDialogue();
// Add custom class for styling.
this.dialogue.get('boundingBox').addClass(CSS.DIALOGUE);
@ -3111,9 +3111,9 @@ EDITOR.prototype = {
this.refresh_button_state();
}
} else {
this.dialogue.show();
}
this.dialogue.centerDialogue();
this.dialogue.show();
this.load_all_pages();
},

View File

@ -279,10 +279,10 @@ EDITOR.prototype = {
bodyContent: this.get('body'),
footerContent: this.get('footer'),
width: '840px',
visible: true
visible: false,
draggable: true
});
this.dialogue.centerDialogue();
// Add custom class for styling.
this.dialogue.get('boundingBox').addClass(CSS.DIALOGUE);
@ -298,9 +298,9 @@ EDITOR.prototype = {
this.refresh_button_state();
}
} else {
this.dialogue.show();
}
this.dialogue.centerDialogue();
this.dialogue.show();
this.load_all_pages();
},