Added loading indicator for book create/edit

This commit is contained in:
Aleksander Machniak (Kolab Systems) 2011-07-29 19:00:43 +02:00
parent 4642a4ef07
commit edc2ffdfbe

View file

@ -56,7 +56,7 @@ rcube_webmail.prototype.book_show_contentframe = function(action, framed)
return false;
if (action) {
this.set_busy(true);
this.lock_frame();
this.location_href(this.env.comm_path+'&_action=plugin.book&_act='+action
+'&_source='+urlencode(this.book_realname())
+add_url, target);