Indexhibit 2.1.1

bipster / 2017-01-02 12:58:56   

Hi,

I've seen that you will soon release a 2.1.1 with fixes for bugs found in the recently released 2.1 version.

Just for your information, the "Open in new window" checkbox doesn't work in 2.1. You should change the edInsertLink() function in the alexking.quicktags.js file like this before releasing the 2.1.1 version:

  1. function edInsertLink(myField, i, defaultValue, target) 
  2. {
  3. var target = (target == '_blank') ? " target='_blank'" : '';

if (!edCheckOpenTags(i)) {
var URL = defaultValue;
edButtons[i].tagStart = '';
edInsertTag(myField, i);
} else {
var URL = defaultValue;
edInsertTag(myField, i);
}
}

bipster / 2017-01-02 13:09:39   

Oops, the code got screwed. I'll send it to you via email.

Vaska A / 2017-01-02 17:12:16   

Thanks! Will be in v2.1.1.

This thread has been closed, thank you.