From e6732bbc6fbd941c28096757b478dd6daf68158f Mon Sep 17 00:00:00 2001 From: Bar Hatsor <34835685+barhatsor@users.noreply.github.com> Date: Tue, 15 Feb 2022 13:43:35 +0200 Subject: [PATCH 1/2] Update filebrowser.js --- filebrowser.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/filebrowser.js b/filebrowser.js index da8060a200..c0eb8bcfba 100644 --- a/filebrowser.js +++ b/filebrowser.js @@ -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)) { From 7e3b261c93348a14241261f5c3402668204c4bb2 Mon Sep 17 00:00:00 2001 From: Bar Hatsor <34835685+barhatsor@users.noreply.github.com> Date: Tue, 15 Feb 2022 13:44:00 +0200 Subject: [PATCH 2/2] Update service-worker.js --- service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-worker.js b/service-worker.js index 77cf347b85..a0cd676fba 100644 --- a/service-worker.js +++ b/service-worker.js @@ -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 = [