Skip to content

Commit

Permalink
MDL-42760 EditPDF: sometimes the dropdown or search comment appear be…
Browse files Browse the repository at this point in the history
…low the editpdf
  • Loading branch information
mouneyrac committed Nov 7, 2013
1 parent d214057 commit eb11ae0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,6 @@ DROPDOWN = function(config) {
config.width = 'auto';
config.lightbox = false;
config.visible = false;
config.zIndex = 100;
config.footerContent = '';
DROPDOWN.superclass.constructor.apply(this, [config]);
};
Expand Down Expand Up @@ -1993,7 +1992,6 @@ COMMENTSEARCH = function(config) {
config.lightbox = true;
config.visible = false;
config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf');
config.zIndex = 100;
config.footerContent = '';
COMMENTSEARCH.superclass.constructor.apply(this, [config]);
};
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,6 @@ DROPDOWN = function(config) {
config.width = 'auto';
config.lightbox = false;
config.visible = false;
config.zIndex = 100;
config.footerContent = '';
DROPDOWN.superclass.constructor.apply(this, [config]);
};
Expand Down Expand Up @@ -1993,7 +1992,6 @@ COMMENTSEARCH = function(config) {
config.lightbox = true;
config.visible = false;
config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf');
config.zIndex = 100;
config.footerContent = '';
COMMENTSEARCH.superclass.constructor.apply(this, [config]);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ COMMENTSEARCH = function(config) {
config.lightbox = true;
config.visible = false;
config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf');
config.zIndex = 100;
config.footerContent = '';
COMMENTSEARCH.superclass.constructor.apply(this, [config]);
};
Expand Down
1 change: 0 additions & 1 deletion mod/assign/feedback/editpdf/yui/src/editor/js/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ DROPDOWN = function(config) {
config.width = 'auto';
config.lightbox = false;
config.visible = false;
config.zIndex = 100;
config.footerContent = '';
DROPDOWN.superclass.constructor.apply(this, [config]);
};
Expand Down

0 comments on commit eb11ae0

Please sign in to comment.