fix mobile logon page
This commit is contained in:
3
jquery/databap.js
vendored
3
jquery/databap.js
vendored
@@ -64,7 +64,8 @@ function Databap()
|
||||
$(window).bind('hashchange', self.onHashChange);
|
||||
|
||||
//Init first page
|
||||
if(self.hash()=='') self.goToInternalLink(self.consts.default_hash, self.consts.default_id); //Fix for old links
|
||||
if(self.hash()=='logout') self.goToInternalLink(self.vars.page_to_hash['welcome']);
|
||||
else if(self.hash()=='') self.goToInternalLink(self.consts.default_hash, self.consts.default_id); //Fix for old links
|
||||
else self.onHashChange();
|
||||
|
||||
//Load cache
|
||||
|
||||
Reference in New Issue
Block a user