fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
boundries → boundaries
[fnpeditor.git]
/
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
(file)
--- 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 {