Aleksander Machniak
2012-08-27 8eefbb2158c43b51a8c33e6c480cbe61539b9535
program/js/tiny_mce/themes/advanced/js/link.js
@@ -68,10 +68,16 @@
      } else {
         ed.dom.setAttribs(e, {
            href : href,
            title : f.linktitle.value,
            target : f.target_list ? getSelectValue(f, "target_list") : null,
            'class' : f.class_list ? getSelectValue(f, "class_list") : null
            title : f.linktitle.value
         });
         if (f.target_list) {
            ed.dom.setAttrib(e, 'target', getSelectValue(f, "target_list"));
         }
         if (f.class_list) {
            ed.dom.setAttrib(e, 'class', getSelectValue(f, "class_list"));
         }
      }
      // Don't move caret if selection was image