MINOR Fixed link form prepopulation of selected text in CMS

This commit is contained in:
Ingo Schommer 2011-12-21 14:50:42 +01:00
parent 53506f37f2
commit 1f3b0d2684

View File

@ -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) {