We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26126a commit 91ea5c6Copy full SHA for 91ea5c6
imcger/imgupload/styles/all/template/event/overall_footer_body_after.html
@@ -25,7 +25,7 @@
25
26
// If image add thumbnail to the link
27
if (isImage) {
28
- link.attr('href', imgUrl).html('<img src="' + imgUrl + '&t=1" title="' + real_filename + '" alt="' + real_filename + '">');
+ link.html('<img src="' + imgUrl + '&t=1" title="' + real_filename + '" alt="' + real_filename + '">');
29
30
// If FancyBox aktive add FancyBox attribut to the link
31
if ({{ S_IMCGER_FANCYBOX_VERSION > 2 ? 1 : 0 }}) {
@@ -37,9 +37,6 @@
37
link.attr('onclick', 'return false;');
38
}
39
40
- else {
41
- link.attr('href', imgUrl).html(real_filename);
42
- }
43
});
44
45
0 commit comments