Skip to content

Commit

Permalink
Merge pull request #696 from xscreach/fix/scanner-link
Browse files Browse the repository at this point in the history
scanner link fix
  • Loading branch information
modos189 committed Jan 30, 2024
2 parents a1cefd1 + e70bd1c commit 20f996d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/code/portal_detail_display.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ window.renderPortalDetails = function(guid) {
historyDetails
);

window.renderPortalUrl(lat, lng, title);
window.renderPortalUrl(lat, lng, title, guid);

// only run the hooks when we have a portalDetails object - most plugins rely on the extended data
// TODO? another hook to call always, for any plugins that can work with less data?
Expand Down

0 comments on commit 20f996d

Please sign in to comment.