Bugfixes.
This commit is contained in:
parent
e8c73f9f46
commit
a8ca654c23
@ -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();
|
||||
}
|
||||
|
@ -20,7 +20,6 @@ body {
|
||||
|
||||
#mobileinfo {
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
max-width: 50%;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user