We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6eec4 commit 74a1506Copy full SHA for 74a1506
live-view.js
@@ -380,8 +380,7 @@ if (isMobile) {
380
// if clicked on share button,
381
// share live view URL
382
383
- const shareData = 'Run ' + treeLoc[0] + '/' + treeLoc[1] + ' with Codeit: ' +
384
- window.location.origin + '/full?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha) + '&l=true';
+ const shareData = window.location.origin + '/full?q=' + encodeURIComponent(treeLoc.join(',') + '+' + selectedFile.name + ',' + selectedFile.sha) + '&l=true';
385
386
copy(shareData);
387
alert('Copied link to clipboard.');
0 commit comments