Skip to content

Commit

Permalink
Merge pull request #14 from abatish/develop
Browse files Browse the repository at this point in the history
Pushing changes to master
  • Loading branch information
sarathIncapsulate authored Jun 5, 2019
2 parents b13c0e1 + 348a611 commit fd8e786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ module.exports = {
window['<%= options.zipNameVar %>'] = '{! URLFOR($Resource.<%= options.zipName %>) }';
window['<%= options.accessTokenVar %>'] = '{!JSENCODE($Api.Session_ID)}';
window['<%= options.apiUrl %>'] = '{!IF($Site.BaseSecureUrl!= null, $Site.BaseSecureUrl,getURL)}/services/apexrest';
window['<%= options.loadingMessageVar %>'] = '{!$label.Loading_Message}';
window['<%= options.userInfo %>'] = {
display_name: '{! JSENCODE($User.FirstName) } {! JSENCODE($User.LastName) }',
first_name: '{! JSENCODE($User.FirstName) }',
Expand Down

0 comments on commit fd8e786

Please sign in to comment.