Skip to content

Commit dd119c6

Browse files
authored
Merge pull request #94 from codeitcodes/dev
Merge pull request #93 from codeitcodes/main
2 parents fcb8c16 + 7e3b261 commit dd119c6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

filebrowser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,9 @@ async function loadFileInHTML(fileEl, fileSha) {
767767
// change codeit lang
768768
cd.lang = selectedFile.lang;
769769

770+
// update bottom float
771+
if (isMobile) updateFloat();
772+
770773
} catch(e) { // if file is binary
771774

772775
if (hashCode(selectedFile.content) !== hashCode(fileSizeText)) {

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-v290';
4+
const CACHE_NAME = 'static-cache-v291';
55

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

0 commit comments

Comments
 (0)