panel_hooks = null;
self.connectToolbar();
self.callHook('load');
+ self.callHook('toolbarResized');
},
error: function(request, textStatus, errorThrown) {
$.log('ajax', url, this.target, 'error:', textStatus, errorThrown);
else
$(this).show();
});
+ self.callHook('toolbarResized');
}
});
});