Skip to content

Commit

Permalink
Added client id variable to window
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Herzog committed Oct 7, 2020
1 parent 6588a20 commit e9f9ae5
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -56,5 +56,7 @@
<script>
window.Res = {
@foreach (var key in clientResKeys) { <text>"@(Html.Raw(key))": @(T(key).JsText),</text> }
};
};
window.ClientId = "@CommonServices.WorkContext.CurrentCustomer.CustomerGuid";
</script>

0 comments on commit e9f9ae5

Please sign in to comment.