mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Fixed link form prepopulation of selected text in CMS
This commit is contained in:
parent
53506f37f2
commit
1f3b0d2684
2
javascript/tiny_mce_improvements.js
vendored
2
javascript/tiny_mce_improvements.js
vendored
@ -146,7 +146,7 @@ LinkForm.prototype = {
|
||||
var htmlTagPattern = /<\S[^><]*>/g;
|
||||
if(ed == null) ed = tinyMCE.activeEditor;
|
||||
|
||||
if(this.style.display == 'block') {
|
||||
if(jQuery(this).is(':visible')) {
|
||||
var i,data = this.getCurrentLink(ed);
|
||||
|
||||
if(data) {
|
||||
|
Loading…
Reference in New Issue
Block a user