|
|
@ -67,10 +67,12 @@
|
|
|
|
area.addClass('hidden');
|
|
|
|
area.addClass('hidden');
|
|
|
|
ajaxify.widgets.reposition(location);
|
|
|
|
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', {});
|
|
|
|
$(window).trigger('action:widgets.loaded', {});
|
|
|
|
|
|
|
|
|
|
|
|
if (typeof callback === 'function') {
|
|
|
|
if (typeof callback === 'function') {
|
|
|
|