diff --git a/snap.html b/snap.html index a503134f..3343c448 100755 --- a/snap.html +++ b/snap.html @@ -1,7 +1,7 @@ - Snap! 7.3.0 - dev - Build Your Own Blocks + Snap! Build Your Own Blocks @@ -40,7 +40,10 @@ var world; window.onload = function () { if ('serviceWorker' in navigator) { - navigator.serviceWorker.register('sw.js'); + navigator.serviceWorker.register( + 'sw.js', + {updateViaCache: 'none'} + ); } world = new WorldMorph(document.getElementById('world')); new IDE_Morph().openIn(world);