MDL-68995 atto_image: remove initial dialogue image src attribute.

It caused a spurious request to be sent to the server on display.
This commit is contained in:
Paul Holden 2019-11-07 21:45:46 +00:00
parent 71a34a039f
commit 0759da9ecf
4 changed files with 4 additions and 4 deletions

View File

@ -182,7 +182,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.

File diff suppressed because one or more lines are too long

View File

@ -182,7 +182,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.

View File

@ -180,7 +180,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.