Bugfixes.

This commit is contained in:
hastarin 2013-06-21 15:08:44 +10:00
parent e8c73f9f46
commit a8ca654c23
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -20,7 +20,6 @@ body {
#mobileinfo {
float: left;
margin-right: 1em;
max-width: 50%;
text-overflow: ellipsis;
white-space: nowrap;