mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Small fixes
This commit is contained in:
parent
016b3eead3
commit
d79947259b
4 changed files with 9 additions and 1 deletions
|
|
@ -104,6 +104,8 @@ NewHtmlEditorWrapper.prototype.modeToggle = function (bPlain)
|
|||
this.editor.setMode('plain');
|
||||
}
|
||||
}
|
||||
|
||||
this.resize();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -562,6 +562,10 @@ class HtmlUtils
|
|||
$oElement->setAttribute('data-x-broken-href', $sHref);
|
||||
$oElement->setAttribute('href', 'javascript:false');
|
||||
}
|
||||
else if ('a' === $sTagNameLower)
|
||||
{
|
||||
$oElement->setAttribute('rel', 'external');
|
||||
}
|
||||
}
|
||||
|
||||
if ($oElement->hasAttribute('src'))
|
||||
|
|
|
|||
|
|
@ -4399,6 +4399,8 @@ NewHtmlEditorWrapper.prototype.modeToggle = function (bPlain)
|
|||
this.editor.setMode('plain');
|
||||
}
|
||||
}
|
||||
|
||||
this.resize();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue