Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bithalo committed Sep 6, 2024
1 parent 09d0df0 commit 4eec942
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2822,9 +2822,6 @@ <h3></h3>
</div>
</div>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
var lastTouchY = 0;
var preventPullToRefresh = false;
window.document.body.addEventListener("touchstart", function(e){
Expand Down Expand Up @@ -11393,5 +11390,10 @@ <h2>` + translateThis('Create Contract') + `</h2>
//Making it so users can exchange market data using something like gundb or webrtc/torrent protocols
//Make templates for different types of contracts
</script>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
</script>
</body>
</html>

0 comments on commit 4eec942

Please sign in to comment.