Skip to content

Commit

Permalink
Merge pull request #71 from juanfranciscocis/WindowsEnviroment
Browse files Browse the repository at this point in the history
Windows enviroment
  • Loading branch information
juanfranciscocis authored Sep 23, 2024
2 parents 99325a2 + fb2a750 commit 9077a8e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/pages/settings/settings.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ export class SettingsPage implements OnInit {
await this.loadingCtrl.dismiss();
}

version:string = '1.10.188' // MAIN VERSION, NUMBER OF FEATURES, COMMIT TO MAIN
version:string = '1.10.200' // MAIN VERSION, NUMBER OF FEATURES, COMMIT TO MAIN
}
7 changes: 7 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
<body>
<app-root></app-root>
<!-- start webpushr code --> <script>(function(w,d, s, id) {if(typeof(w.webpushr)!=='undefined') return;w.webpushr=w.webpushr||function(){(w.webpushr.q=w.webpushr.q||[]).push(arguments)};var js, fjs = d.getElementsByTagName(s)[0];js = d.createElement(s); js.id = id;js.async=1;js.src = "https://cdn.webpushr.com/app.min.js";fjs.parentNode.appendChild(js);}(window,document, 'script', 'webpushr-jssdk'));webpushr('setup',{'key':'BG8ictDYnu_tn7x1Sc73BglZbE3A5R8eK4YHXqhQUpu1s4lMJWCKcvtm8sCOAIBHGPxR_a5nGlgE0FSOhHHO7NI' });</script><!-- end webpushr code -->
<script>
<!-- Our JS snippet goes here -->
webpushr('fetch_id',function (sid) {
//save id to database
console.log('webpushr subscriber id: ' + sid)
});
</script>
</body>

</html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
<body>
<app-root></app-root>
<!-- start webpushr code --> <script>(function(w,d, s, id) {if(typeof(w.webpushr)!=='undefined') return;w.webpushr=w.webpushr||function(){(w.webpushr.q=w.webpushr.q||[]).push(arguments)};var js, fjs = d.getElementsByTagName(s)[0];js = d.createElement(s); js.id = id;js.async=1;js.src = "https://cdn.webpushr.com/app.min.js";fjs.parentNode.appendChild(js);}(window,document, 'script', 'webpushr-jssdk'));webpushr('setup',{'key':'BG8ictDYnu_tn7x1Sc73BglZbE3A5R8eK4YHXqhQUpu1s4lMJWCKcvtm8sCOAIBHGPxR_a5nGlgE0FSOhHHO7NI' });</script><!-- end webpushr code -->
<script src="runtime.8fadfddf954738f1.js" type="module"></script><script src="polyfills.e9ea84778c1ce49f.js" type="module"></script><script src="main.309ffff306dd86f3.js" type="module"></script></body>
<script>
<!-- Our JS snippet goes here -->
webpushr('fetch_id',function (sid) {
//save id to database
console.log('webpushr subscriber id: ' + sid)
});
</script>
<script src="runtime.99ea72b0e56d203e.js" type="module"></script><script src="polyfills.e9ea84778c1ce49f.js" type="module"></script><script src="main.309ffff306dd86f3.js" type="module"></script></body>

</html>
Loading

0 comments on commit 9077a8e

Please sign in to comment.