From 2b95dfde915bb50a5ebb4566344694ff9d7af4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= <baris@nodebb.org> Date: Tue, 16 Jan 2018 09:11:44 -0500 Subject: [PATCH] remove extra hook --- public/src/widgets.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/src/widgets.js b/public/src/widgets.js index b8e22ab276..8123e18103 100644 --- a/public/src/widgets.js +++ b/public/src/widgets.js @@ -15,7 +15,6 @@ locations.forEach(function (location) { var area = $('#content [widget-area="' + location + '"]'); if (area.length) { - $(window).trigger('action:widgets.loaded', {}); return; }