[FIX] Fixed Logout.

bzr revid: bth@tinyerp.com-20110916110930-tir8z2iqml9v2abw
This commit is contained in:
Bhumi Thakkar (Open ERP) 2011-09-16 16:39:30 +05:30
parent 930babc88e
commit 388de148b9
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ openerp.web_mobile.Options = openerp.web.Widget.extend({
});
this.$element.find("[data-role=content]").find('a').click(function(){
$('#oe_login').empty();
window.location.replace('');
window.location.replace('/mobile');
});
$.mobile.changePage($("#oe_options"), "slide", true, true);
}