Skip to content

Instantly share code, notes, and snippets.

@arutnik
Last active November 8, 2017 22:27
Show Gist options
  • Select an option

  • Save arutnik/c1b8aca2fb42c9ce3e2ea99d6957bf28 to your computer and use it in GitHub Desktop.

Select an option

Save arutnik/c1b8aca2fb42c9ce3e2ea99d6957bf28 to your computer and use it in GitHub Desktop.
SFA Part 5: Deep link index
<app-root></app-root>
<script>
<!-- only added lines shown -->
gSfPageRoot = '';
if (typeof $SFPAGEROOT !== 'undefined') {
gSfPageRoot = $SFPAGEROOT;
}
function getSfPageRoot() {
return gSfPageRoot;
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment