Mobile theme W.I.P.:

- Do not destroy the view on open edit
This commit is contained in:
Hadi Nategh 2016-02-04 08:42:05 +00:00
parent edf60ac0f8
commit 76a7b3ce48

View File

@ -440,7 +440,6 @@ var AppJS = Class.extend(
.addClass('mobile-view-editBtn')
.click(function(){
egw.open(id_app[1], self.appname);
destroy();
})
.text(egw.lang('Edit'))
.appendTo(this.viewContainer);