Respect image url setting instantly (#207)
This commit is contained in:
@ -327,7 +327,7 @@
|
||||
}
|
||||
img = "<!-- s9ymdb:" + imgID + " --><img class=\"serendipity_image_"+ floating +"\" width=\"" + imgWidth + "\" height=\"" + imgHeight + '" src="' + img + "\" " + (title != '' ? 'title="' + title + '"' : '') + " alt=\"" + alt + "\">";
|
||||
|
||||
if ($("#radio_islink_yes").attr("checked")) {
|
||||
if ($(':input[name="serendipity[isLink]"]:checked').val() == "yes") {
|
||||
// wrap the img in a link to the image. TODO: The label in the media_chooser.tpl explains it wrong
|
||||
var targetval = $('#select_image_target').val();
|
||||
|
||||
|
Reference in New Issue
Block a user