Skip to content

Commit

Permalink
Disabled closing the Info panel when closing the portal in the mobile…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
modos189 committed Nov 25, 2024
1 parent 9d4c212 commit 9e89dc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/code/portal_detail_display.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ window.renderPortalDetails = function (guid) {
.text('X')
.click(function () {
window.renderPortalDetails(null);
if (window.isSmartphone()) {
window.show('map');
}
}),

// help cursor via ".imgpreview img"
Expand Down

0 comments on commit 9e89dc0

Please sign in to comment.