Merge branch 'MDL-54890-30' of git://github.com/danpoltawski/moodle into MOODLE_30_STABLE
This commit is contained in:
@@ -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
@@ -143,7 +143,6 @@ Y.extend(RESOURCETOOLBOX, TOOLBOX, {
|
||||
break;
|
||||
case 'move':
|
||||
case 'update':
|
||||
case 'duplicate':
|
||||
case 'assignroles':
|
||||
break;
|
||||
default:
|
||||
|
||||
+1
-1
@@ -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
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user