temporarily removed JS input component switching from Patching

This commit is contained in:
Frank Schubert
2025-04-17 19:56:59 +02:00
parent 97c3118b4e
commit 38ba90cab9

View File

@@ -301,7 +301,7 @@ $additionalHead = [
</script>
<script>
$(function() {
/*$(function() {
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/Patching/sw', { scope: '/' })
.then(registration => {
@@ -444,7 +444,7 @@ $additionalHead = [
}); // End .each loop
});
});*/
</script>