Mobile theme:

- Fix back button state and a confirmation to logout action
This commit is contained in:
Hadi Nategh 2016-04-28 13:53:44 +00:00
parent 074d28fa95
commit 45e7536a8b

View File

@ -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);