mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
Mobile theme:
- Fix back button state and a confirmation to logout action
This commit is contained in:
parent
074d28fa95
commit
45e7536a8b
@ -472,7 +472,7 @@ var AppJS = (function(){ "use strict"; return Class.extend(
|
|||||||
|
|
||||||
// etemplate2 object for view
|
// etemplate2 object for view
|
||||||
this.et2_view = new etemplate2 (this.viewTemplate[0], false);
|
this.et2_view = new etemplate2 (this.viewTemplate[0], false);
|
||||||
|
framework.pushState('view');
|
||||||
if(templateName)
|
if(templateName)
|
||||||
{
|
{
|
||||||
this.et2_view.load(this.appname+'.'+templateName,templateURL, data, typeof et2_callback == 'function'?et2_callback:function(){}, app);
|
this.et2_view.load(this.appname+'.'+templateName,templateURL, data, typeof et2_callback == 'function'?et2_callback:function(){}, app);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user