From a6b27a276c6da60d7fa21c5d767ef7d38c9fac2a Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 14:21:27 +0200 Subject: GSEC bug fix - fetch teachers Subject with parenthesis in their name got improperly matched because of a lazy flag. Now it's removed, it works properly. --- dist/sw.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/sw.js') diff --git a/dist/sw.js b/dist/sw.js index 95cefde..22ff931 100644 --- a/dist/sw.js +++ b/dist/sw.js @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-ad64f10"; -// latest commit is ad64f108d5480155fad1424e9ea958f0c2227d60 +const static_cache_name = "site-static-1.0.13-beta-44e8c1e"; +// latest commit is 44e8c1e1c9124b36a78f775b9a7dd12152a71d98 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! -- cgit v1.2.3