Bugfixes.
This commit is contained in:
parent
e8c73f9f46
commit
a8ca654c23
@ -129,6 +129,9 @@ window.unselectOldPortal = function() {
|
|||||||
if(oldPortal) portalResetColor(oldPortal);
|
if(oldPortal) portalResetColor(oldPortal);
|
||||||
selectedPortal = null;
|
selectedPortal = null;
|
||||||
$('#portaldetails').html('');
|
$('#portaldetails').html('');
|
||||||
if(isSmartphone()) $('.fullimg').remove();
|
if(isSmartphone()) {
|
||||||
|
$('.fullimg').remove();
|
||||||
|
$('#mobileinfo').html('');
|
||||||
|
}
|
||||||
clearPortalIndicators();
|
clearPortalIndicators();
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,6 @@ body {
|
|||||||
|
|
||||||
#mobileinfo {
|
#mobileinfo {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 1em;
|
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user