mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01: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
|
||||
this.et2_view = new etemplate2 (this.viewTemplate[0], false);
|
||||
|
||||
framework.pushState('view');
|
||||
if(templateName)
|
||||
{
|
||||
this.et2_view.load(this.appname+'.'+templateName,templateURL, data, typeof et2_callback == 'function'?et2_callback:function(){}, app);
|
||||
|
Loading…
Reference in New Issue
Block a user