Merge branch 'MDL-68995-38' of https://github.com/paulholden/moodle into MOODLE_38_STABLE
This commit is contained in:
Vendored
+1
-1
@@ -176,7 +176,7 @@ var CSS = {
|
||||
// Add the image preview.
|
||||
'<div class="mdl-align">' +
|
||||
'<div class="{{CSS.IMAGEPREVIEWBOX}}">' +
|
||||
'<img src="#" class="{{CSS.IMAGEPREVIEW}}" alt="" style="display: none;"/>' +
|
||||
'<img class="{{CSS.IMAGEPREVIEW}}" alt="" style="display: none;"/>' +
|
||||
'</div>' +
|
||||
|
||||
// Add the submit button and close the form.
|
||||
|
||||
Vendored
+3
-3
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -176,7 +176,7 @@ var CSS = {
|
||||
// Add the image preview.
|
||||
'<div class="mdl-align">' +
|
||||
'<div class="{{CSS.IMAGEPREVIEWBOX}}">' +
|
||||
'<img src="#" class="{{CSS.IMAGEPREVIEW}}" alt="" style="display: none;"/>' +
|
||||
'<img class="{{CSS.IMAGEPREVIEW}}" alt="" style="display: none;"/>' +
|
||||
'</div>' +
|
||||
|
||||
// Add the submit button and close the form.
|
||||
|
||||
@@ -174,7 +174,7 @@ var CSS = {
|
||||
// Add the image preview.
|
||||
'<div class="mdl-align">' +
|
||||
'<div class="{{CSS.IMAGEPREVIEWBOX}}">' +
|
||||
'<img src="#" class="{{CSS.IMAGEPREVIEW}}" alt="" style="display: none;"/>' +
|
||||
'<img class="{{CSS.IMAGEPREVIEW}}" alt="" style="display: none;"/>' +
|
||||
'</div>' +
|
||||
|
||||
// Add the submit button and close the form.
|
||||
|
||||
Reference in New Issue
Block a user