}
if (f['serendipity[isLink]'][1].checked == true) {
- insert = "<a href='" + f['serendipity[url]'].value + "'>" + img + "</a>";
+ insert = "<a class='serendipity_image_link' href='" + f['serendipity[url]'].value + "'>" + img + "</a>";
} else {
insert = img;
}
}
if (f['serendipity[isLink]'][1].checked == true) {
- insert = "<a href='" + f['serendipity[url]'].value + "'>" + img + "</a>";
+ insert = "<a class='serendipity_image_link' href='" + f['serendipity[url]'].value + "'>" + img + "</a>";
} else {
insert = img;
}