diff --git a/src/public/index.html b/src/public/index.html index b33dbf6..9959e97 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -949,7 +949,7 @@
- +
@@ -1653,6 +1653,9 @@ getRegionFrequencyRange: function(regionName) { return window.getRegionFrequencyRange(regionName); }, + getShareLinkForNode: function(nodeId) { + return window.location.origin + `/?node_id=${nodeId}`; + } }, computed: { searchedNodes() {