summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded/init.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-12-11 09:22:30 +0300
committerAndrew Dolgov <[email protected]>2020-12-11 09:22:30 +0300
commit43bd3394c31ed67cafddd2c147144bdb67f32477 (patch)
tree47491aadaa3f870da7433f577632af33b4e2f414 /plugins/shorten_expanded/init.js
parent71c8d8d365f62ecacceaee9f5fe70c344a18dd4b (diff)
shorten_expanded: remove loading=lazy from images if enabled
Diffstat (limited to 'plugins/shorten_expanded/init.js')
-rw-r--r--plugins/shorten_expanded/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shorten_expanded/init.js b/plugins/shorten_expanded/init.js
index 587fcea42..30bfac6ba 100644
--- a/plugins/shorten_expanded/init.js
+++ b/plugins/shorten_expanded/init.js
@@ -37,7 +37,7 @@ require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
c_inner.innerHTML = `<div class="content-shrink-wrap">
${c_inner.innerHTML}
- ${tmp.innerHTML}</div>
+ ${tmp.innerHTML}</div>
<button dojoType="dijit.form.Button" class="alt-info expand-prompt" onclick="return Plugins.Shorten_Expanded.expand('${row.id}')" href="#">
${__("Click to expand article")}</button>`;