Last active
November 8, 2017 22:27
-
-
Save arutnik/c1b8aca2fb42c9ce3e2ea99d6957bf28 to your computer and use it in GitHub Desktop.
SFA Part 5: Deep link index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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