Commit 5fa50d9 1 parent 6944020 commit 5fa50d9 Copy full SHA for 5fa50d9
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ <h1 id="team-2-captain" class="title">TEAM 2 CAPTAIN</h1>
176
176
< button id ="end-court " class ="button is-danger is-large " style ="display: none; "> FINALIZAR QUADRA</ button >
177
177
< label class ="checkbox ">
178
178
< input type ="checkbox " id ="dev-mode " />
179
- v4 .Modo desenvolvedor
179
+ v5 .Modo desenvolvedor
180
180
</ label >
181
181
</ div >
182
182
</ div >
@@ -190,7 +190,7 @@ <h1>Histórico de Partidas</h1>
190
190
src ="https://code.jquery.com/jquery-3.7.1.min.js "
191
191
integrity ="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo= "
192
192
crossorigin ="anonymous "> </ script >
193
- < script type ="module " src ="./index.js "> </ script >
193
+ < script type ="module " src ="./index.js?v=5 "> </ script >
194
194
< script >
195
195
if ( 'serviceWorker' in navigator ) {
196
196
navigator . serviceWorker . register ( './serviceWorker.js' , { scope : '/peladaManager/' } ) ;
Original file line number Diff line number Diff line change 1
- const CACHE_NAME = `volley_score_cache_v4 ` ;
1
+ const CACHE_NAME = `volley_score_cache_v5 ` ;
2
2
3
3
// Use the install event to pre-cache all initial resources.
4
4
self . addEventListener ( 'install' , event => {
You can’t perform that action at this time.
0 commit comments