fix image prompt
[fnpeditor.git] / src / editor / plugins / core / img / imgElement.js
index ae0e081..ff3dad3 100644 (file)
@@ -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 {