remove extra hook

This commit is contained in:
Barış Soner Uşaklı
2018-01-16 09:11:44 -05:00
parent 66a745d27a
commit 2b95dfde91

View File

@@ -15,7 +15,6 @@
locations.forEach(function (location) {
var area = $('#content [widget-area="' + location + '"]');
if (area.length) {
$(window).trigger('action:widgets.loaded', {});
return;
}