From f1b13204383967267b49e5ec20b2a137d9615642 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 22 Jan 2025 22:18:20 +0300 Subject: fix extra comma --- plugins/shorten_expanded/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/shorten_expanded/init.js b/plugins/shorten_expanded/init.js index fd816b52a..bc3e35ff6 100644 --- a/plugins/shorten_expanded/init.js +++ b/plugins/shorten_expanded/init.js @@ -76,7 +76,7 @@ require(['dojo/_base/kernel', 'dojo/ready'], (dojo, ready) => { self.shorten_if_needed(row); }); - })), + })); PluginHost.register(PluginHost.HOOK_ARTICLE_RENDERED_CDM, function(row) { self.process_row(row); -- cgit v1.2.3-54-g00ecf