We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dad5f09 + 8124acc commit d2d8a90Copy full SHA for d2d8a90
1 file changed
demo/stencil/www/index.html
@@ -3,7 +3,7 @@
3
// auto-unregister service worker during dev mode
4
navigator.serviceWorker.getRegistration().then(function(registration) {
5
if (registration) {
6
- registration.unregister().then(function() { location.reload(true) });
+ registration.unregister().then(function() { location.reload() });
7
}
8
});
9
0 commit comments