forked from extern/egroupware
Mobile theme W.I.P.:
- Do not destroy the view on open edit
This commit is contained in:
parent
edf60ac0f8
commit
76a7b3ce48
@ -440,7 +440,6 @@ var AppJS = Class.extend(
|
|||||||
.addClass('mobile-view-editBtn')
|
.addClass('mobile-view-editBtn')
|
||||||
.click(function(){
|
.click(function(){
|
||||||
egw.open(id_app[1], self.appname);
|
egw.open(id_app[1], self.appname);
|
||||||
destroy();
|
|
||||||
})
|
})
|
||||||
.text(egw.lang('Edit'))
|
.text(egw.lang('Edit'))
|
||||||
.appendTo(this.viewContainer);
|
.appendTo(this.viewContainer);
|
||||||
|
Loading…
Reference in New Issue
Block a user