|
|
@ -166,6 +166,7 @@ var ajaxify = {};
|
|
|
|
numLocations = widgetLocations.length;
|
|
|
|
numLocations = widgetLocations.length;
|
|
|
|
|
|
|
|
|
|
|
|
function renderWidget(err, renderedWidgets) {
|
|
|
|
function renderWidget(err, renderedWidgets) {
|
|
|
|
|
|
|
|
if (area.html()) {
|
|
|
|
area.html(templates.prepare(area.html()).parse({
|
|
|
|
area.html(templates.prepare(area.html()).parse({
|
|
|
|
widgets: renderedWidgets
|
|
|
|
widgets: renderedWidgets
|
|
|
|
})).removeClass('hidden');
|
|
|
|
})).removeClass('hidden');
|
|
|
@ -177,6 +178,7 @@ var ajaxify = {};
|
|
|
|
$this.addClass($this.attr('no-widget-class'));
|
|
|
|
$this.addClass($this.attr('no-widget-class'));
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
checkCallback();
|
|
|
|
checkCallback();
|
|
|
|
}
|
|
|
|
}
|
|
|
|