Added status bar for mobile version.

This commit is contained in:
hastarin
2013-06-21 14:46:08 +10:00
parent bf6e086131
commit e8c73f9f46
5 changed files with 48 additions and 7 deletions

View File

@ -129,5 +129,6 @@ window.unselectOldPortal = function() {
if(oldPortal) portalResetColor(oldPortal);
selectedPortal = null;
$('#portaldetails').html('');
if(isSmartphone()) $('.fullimg').remove();
clearPortalIndicators();
}