allow timeago to be cast on other elements as well, ex. small

This commit is contained in:
psychobunny
2015-03-16 17:22:44 -04:00
parent 82ac542f55
commit 412c5360a6
15 changed files with 16 additions and 16 deletions

View File

@@ -71,7 +71,7 @@
var widgetAreas = $('#content [widget-area]');
widgetAreas.find('img:not(.user-img)').addClass('img-responsive');
widgetAreas.find('span.timeago').timeago();
widgetAreas.find('.timeago').timeago();
widgetAreas.find('img[title].teaser-pic,img[title].user-img').each(function() {
$(this).tooltip({
placement: 'top',