From c3a3e0b527e4760f0667de77d91b6fc61db677b6 Mon Sep 17 00:00:00 2001 From: rstular Date: Thu, 30 Jan 2020 00:15:10 +0100 Subject: Added changelog to cache --- sw.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sw.js b/sw.js index af54e19..adb6539 100644 --- a/sw.js +++ b/sw.js @@ -21,6 +21,7 @@ const assets = [ "/pages/timetable.html", "/pages/tos.html", "/pages/privacypolicy.html", + "/pages/changelog.html", "/fonts/materialicons.woff2", "/fonts/fa-regular-400.eot", @@ -51,6 +52,7 @@ const assets = [ "/js/absences.js", "/js/tos.js", "/js/privacypolicy.js", + "/js/changelog.js", "/js/lib/materialize.min.js", "/js/lib/fullcalendar/daygrid/main.min.js", -- cgit v1.2.3