Merge branch 'MDL-54890-30' of git://github.com/danpoltawski/moodle into MOODLE_30_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2016-06-13 20:09:29 +02:00
7 changed files with 6 additions and 9 deletions
@@ -347,7 +347,6 @@ Y.extend(RESOURCETOOLBOX, TOOLBOX, {
break;
case 'move':
case 'update':
case 'duplicate':
case 'assignroles':
break;
default:
File diff suppressed because one or more lines are too long
@@ -347,7 +347,6 @@ Y.extend(RESOURCETOOLBOX, TOOLBOX, {
break;
case 'move':
case 'update':
case 'duplicate':
case 'assignroles':
break;
default:
-1
View File
@@ -143,7 +143,6 @@ Y.extend(RESOURCETOOLBOX, TOOLBOX, {
break;
case 'move':
case 'update':
case 'duplicate':
case 'assignroles':
break;
default:
@@ -2538,7 +2538,7 @@ var COMMENT = function(editor, gradeid, pageno, x, y, width, colour, rawtext) {
drawable.store_position(container, position.x, position.y);
drawable.nodes.push(container);
node.set('value', this.rawtext);
scrollheight = node.get('scrollHeight'),
scrollheight = node.get('scrollHeight');
node.setStyles({
'height' : scrollheight + 'px',
'overflow': 'hidden'
@@ -2538,7 +2538,7 @@ var COMMENT = function(editor, gradeid, pageno, x, y, width, colour, rawtext) {
drawable.store_position(container, position.x, position.y);
drawable.nodes.push(container);
node.set('value', this.rawtext);
scrollheight = node.get('scrollHeight'),
scrollheight = node.get('scrollHeight');
node.setStyles({
'height' : scrollheight + 'px',
'overflow': 'hidden'
+1 -1
View File
@@ -196,7 +196,7 @@ var COMMENT = function(editor, gradeid, pageno, x, y, width, colour, rawtext) {
drawable.store_position(container, position.x, position.y);
drawable.nodes.push(container);
node.set('value', this.rawtext);
scrollheight = node.get('scrollHeight'),
scrollheight = node.get('scrollHeight');
node.setStyles({
'height' : scrollheight + 'px',
'overflow': 'hidden'