2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Update devDependencies and gems.

This commit is contained in:
XhmikosR
2018-07-28 21:47:14 +03:00
committed by Mark Otto
parent 70ad98d34d
commit c73b4a705e
5 changed files with 940 additions and 710 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('/sw.js').then(function (registration) { // eslint-disable-line compat/compat
navigator.serviceWorker.register('/sw.js').then(function (registration) {
console.log('ServiceWorker registration successful with scope: ', registration.scope)
}).catch(function (err) {
console.log('ServiceWorker registration failed: ', err)