Merge branch 'MDL-44949-master' of git://github.com/damyon/moodle
This commit is contained in:
Vendored
+2
-2
@@ -411,8 +411,8 @@ Y.namespace('M.atto_image').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||
input.set('value', params.url);
|
||||
|
||||
// Auto set the width and height.
|
||||
self._form.one('.' + CSS.INPUTWIDTH).set('value', '');
|
||||
self._form.one('.' + CSS.INPUTHEIGHT).set('value', '');
|
||||
this._form.one('.' + CSS.INPUTWIDTH).set('value', '');
|
||||
this._form.one('.' + CSS.INPUTHEIGHT).set('value', '');
|
||||
|
||||
// Load the preview image.
|
||||
this._loadPreviewImage(params.url);
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -411,8 +411,8 @@ Y.namespace('M.atto_image').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||
input.set('value', params.url);
|
||||
|
||||
// Auto set the width and height.
|
||||
self._form.one('.' + CSS.INPUTWIDTH).set('value', '');
|
||||
self._form.one('.' + CSS.INPUTHEIGHT).set('value', '');
|
||||
this._form.one('.' + CSS.INPUTWIDTH).set('value', '');
|
||||
this._form.one('.' + CSS.INPUTHEIGHT).set('value', '');
|
||||
|
||||
// Load the preview image.
|
||||
this._loadPreviewImage(params.url);
|
||||
|
||||
@@ -409,8 +409,8 @@ Y.namespace('M.atto_image').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||
input.set('value', params.url);
|
||||
|
||||
// Auto set the width and height.
|
||||
self._form.one('.' + CSS.INPUTWIDTH).set('value', '');
|
||||
self._form.one('.' + CSS.INPUTHEIGHT).set('value', '');
|
||||
this._form.one('.' + CSS.INPUTWIDTH).set('value', '');
|
||||
this._form.one('.' + CSS.INPUTHEIGHT).set('value', '');
|
||||
|
||||
// Load the preview image.
|
||||
this._loadPreviewImage(params.url);
|
||||
|
||||
Reference in New Issue
Block a user