Bugfixes.
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user