Skip to content

Commit

Permalink
fix #2660
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored May 30, 2024
1 parent fc2d799 commit dfa1785
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions docs/fr_FR/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- Correction d'un soucis d'incoherence sur les valeurs minimales des tailles de rapport [LIEN](https://github.com/jeedom/core/issues/2449)
- Correction d'un bug sur la verfication de la base de données ou il pouvait toujours manquer un index [LIEN](https://github.com/jeedom/core/issues/2655)
- Correction d'un bug sur le graphique des liens [LIEN](https://github.com/jeedom/core/issues/2659)
- Suppression sur service worker en mobile (plus utilisé) [LIEN](https://github.com/jeedom/core/issues/2660)

# 4.4.6

Expand Down
11 changes: 0 additions & 11 deletions mobile/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ window.addEventListener('scroll', function(e) {
scrollStopper()
})

//allow shortcut as app:
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('sw.js').then(function(registration) {
console.info('ServiceWorker registration successful with scope: ', registration.scope)
}, function(err) {
console.info('ServiceWorker registration failed: ', err)
})
})
}

var PANEL_SCROLL = 0
var APP_MODE = false
var TAPHOLD = false
Expand Down
1 change: 0 additions & 1 deletion sw.js

This file was deleted.

0 comments on commit dfa1785

Please sign in to comment.