Select Git revision
-
Conrad Zelck authored
Buttons said 'unique' too. But after making the lines unique as an option to check it had to be removed from the button labels. Had to be removed from the details 'How to sort' too. Signed-off-by:
Conrad Zelck <git@simpel.cc>
Conrad Zelck authoredButtons said 'unique' too. But after making the lines unique as an option to check it had to be removed from the button labels. Had to be removed from the details 'How to sort' too. Signed-off-by:
Conrad Zelck <git@simpel.cc>
app.js 316 B
if ("serviceWorker" in navigator) {
window.addEventListener("load", function () {
navigator.serviceWorker
.register("serviceWorker.min.js")
.then(res => console.log("service worker registered"))
.catch(err => console.log("service worker not registered", err))
})
}