- changes per PR conversation

This commit is contained in:
akhoury
2014-02-26 23:34:03 -05:00
parent 0070e1158e
commit 2209a55afc
2 changed files with 1 additions and 5 deletions

View File

@@ -125,6 +125,7 @@ var ajaxify = {};
if (!renderedWidgets.length) {
$('body [no-widget-class]').each(function() {
var $this = $(this);
$this.removeClass();
$this.addClass($this.attr('no-widget-class'));
});
}