Skip to content

Commit

Permalink
Merge branch 'MDL-40282.25' of github.com:colchambers/moodle into MOO…
Browse files Browse the repository at this point in the history
…DLE_25_STABLE
  • Loading branch information
danpoltawski committed Jul 2, 2013
2 parents 1e6919f + 93a2a0e commit f6b1260
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Expand Up @@ -100,6 +100,7 @@ Y.extend(COLLAPSE, Y.Base, {
// Fortunately, the hight is not necessary, so we can just remove it. // Fortunately, the hight is not necessary, so we can just remove it.
// (If you re-size the editor then it will remove this style attribute itself.) // (If you re-size the editor then it will remove this style attribute itself.)
editortable.setStyle('height', ''); editortable.setStyle('height', '');
editortable.setStyle('width', '');
}, },


/** /**
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -100,6 +100,7 @@ Y.extend(COLLAPSE, Y.Base, {
// Fortunately, the hight is not necessary, so we can just remove it. // Fortunately, the hight is not necessary, so we can just remove it.
// (If you re-size the editor then it will remove this style attribute itself.) // (If you re-size the editor then it will remove this style attribute itself.)
editortable.setStyle('height', ''); editortable.setStyle('height', '');
editortable.setStyle('width', '');
}, },


/** /**
Expand Down
1 change: 1 addition & 0 deletions lib/editor/tinymce/yui/src/collapse/js/collapse.js
Expand Up @@ -98,6 +98,7 @@ Y.extend(COLLAPSE, Y.Base, {
// Fortunately, the hight is not necessary, so we can just remove it. // Fortunately, the hight is not necessary, so we can just remove it.
// (If you re-size the editor then it will remove this style attribute itself.) // (If you re-size the editor then it will remove this style attribute itself.)
editortable.setStyle('height', ''); editortable.setStyle('height', '');
editortable.setStyle('width', '');
}, },


/** /**
Expand Down

0 comments on commit f6b1260

Please sign in to comment.