Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions filebrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,9 @@ async function loadFileInHTML(fileEl, fileSha) {
// change codeit lang
cd.lang = selectedFile.lang;

// update bottom float
if (isMobile) updateFloat();

} catch(e) { // if file is binary

if (hashCode(selectedFile.content) !== hashCode(fileSizeText)) {
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

// update cache names any time any of the cached files change
const CACHE_NAME = 'static-cache-v290';
const CACHE_NAME = 'static-cache-v291';

// list of files to cache
const FILES_TO_CACHE = [
Expand Down