Skip to content

Commit a906e59

Browse files
authored
Patch 1.8.5
Patch 1.8.5
2 parents 5e310ae + a1a5058 commit a906e59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

live-view.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ function addBottomSwipeListener() {
204204

205205
const shareData = {
206206
title: 'Share live view',
207-
content: 'Open ' + treeLoc[0] + '/' + treeLoc[1] + ' with Codeit: ' +
208-
window.location.origin + '/full?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha)
207+
text: 'Open ' + treeLoc[0] + '/' + treeLoc[1] + ' with Codeit: ' +
208+
window.location.origin + '/full?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha) + '&l=true'
209209
}
210210

211211
if (isMobile) {

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
// update cache names any time any of the cached files change
4-
const CACHE_NAME = 'static-cache-v247';
4+
const CACHE_NAME = 'static-cache-v248';
55

66
// list of files to cache
77
const FILES_TO_CACHE = [

0 commit comments

Comments
 (0)