Skip to content

Commit

Permalink
Rename js file push.notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Sep 12, 2021
1 parent a15b2be commit f04a817
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@inject IPageHeadBuilder pagebuilder

<script asp-location="Footer" asp-src="https://www.gstatic.com/firebasejs/8.6.5/firebase.js"></script>
<script asp-location="Head" asp-src="/theme/script/vue.push.notifications.js"></script>
<script asp-location="Head" asp-src="/theme/script/public.push.notifications.js"></script>

<script asp-location="Footer">
PushNotifications.init("@Model.PublicApiKey", "@Model.SenderId", "@Model.ProjectId", "@Model.AuthDomain", "@Model.StorageBucket",
Expand Down

0 comments on commit f04a817

Please sign in to comment.