X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/b11a0eec5cc01d83229ca9459b1e4f7e592152ce..0bbec0d:/src/editor/plugins/core/img/imgElement.js diff --git a/src/editor/plugins/core/img/imgElement.js b/src/editor/plugins/core/img/imgElement.js index ae0e081..ff3dad3 100644 --- a/src/editor/plugins/core/img/imgElement.js +++ b/src/editor/plugins/core/img/imgElement.js @@ -47,7 +47,7 @@ _.extend(linkElement, { refreshLink: function(linkUrl) { this._container().text(''); - if (linkUrl) { + if (linkUrl && linkUrl !== 'http://') { this._container().text(''); this._container().attr('style', 'background-image: url(\'' + linkUrl + '\');'); } else {