mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
timeago widgets
This commit is contained in:
@@ -67,9 +67,11 @@
|
||||
area.addClass('hidden');
|
||||
ajaxify.widgets.reposition(location);
|
||||
}
|
||||
|
||||
$('#content [widget-area] img:not(.user-img)').addClass('img-responsive');
|
||||
}
|
||||
|
||||
var widgetAreas = $('#content [widget-area]');
|
||||
widgetAreas.find('img:not(.user-img)').addClass('img-responsive');
|
||||
widgetAreas.find('span.timeago').timeago();
|
||||
|
||||
$(window).trigger('action:widgets.loaded', {});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user