Skip to content

Commit a6b1d3b

Browse files
SW update type stuff
1 parent 202409d commit a6b1d3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/views/components/settings.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
<h2> About Blank Cloaking </h2>
7979
<button id="blankButton" class="button" onclick="aboutBlank()">Toggle</button>
8080
</div>
81+
<div id="tile">
82+
<h2> Update Service Workers </h2>
83+
<button id="swUpdateButton" class="button" onclick="uninstallAllSW()">Update</button>
84+
</div>
8185
<div id="tile">
8286
<h2> Reset Settings </h2>
8387
<button id="resetButton" class="button" onclick="reset()">Reset</button>

0 commit comments

Comments
 (0)