|
|
@ -15,6 +15,10 @@
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
ajaxify.widgets.render = function(template, url, callback) {
|
|
|
|
ajaxify.widgets.render = function(template, url, callback) {
|
|
|
|
|
|
|
|
if (template.match(/^admin/)) {
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var widgetLocations = ['sidebar', 'footer', 'header'], numLocations;
|
|
|
|
var widgetLocations = ['sidebar', 'footer', 'header'], numLocations;
|
|
|
|
|
|
|
|
|
|
|
|
$('#content [widget-area]').each(function() {
|
|
|
|
$('#content [widget-area]').each(function() {
|
|
|
|