Skip to content

Commit

Permalink
Update intel link to match stock.
Browse files Browse the repository at this point in the history
It looks like when `/intel` was removed with e5fe5d8, stock was not adding
the string to the URL.  Currently it does in both the web and scanner apps.

Closes IITC-CE#684.
  • Loading branch information
Mike Castle committed Mar 30, 2024
1 parent fce9411 commit cfeb8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/code/utils_misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ window.makePermalink = function (latlng, options) {
if (options.fullURL) {
url += new URL(document.baseURI).origin;
}
url += '/';
url += '/intel';
return url + '?' + args.join('&');
};

Expand Down

0 comments on commit cfeb8c1

Please sign in to comment.