We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fbb69 commit c94e233Copy full SHA for c94e233
1 file changed
styles/prosilver/template/event/overall_footer_after.html
@@ -1,4 +1,4 @@
1
<script>
2
- var serviceWorkerUrl = '{{ U_WEBPUSH_WORKER_URL }}';
+ const serviceWorkerUrl = '{{ U_WEBPUSH_WORKER_URL }}';
3
</script>
4
{% INCLUDEJS('@phpbb_webpushnotifications/update_worker.js') %}
0 commit comments