From 1925324995b4c8795529f795811ef0ae0676b695 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 20 May 2020 20:54:10 +0200 Subject: Bug fix --- dist/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/js/app.js') diff --git a/dist/js/app.js b/dist/js/app.js index 88246df..8c7c3a0 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.13-beta"; -const previous_commit = "db70845685ffe5fa725530ca03ba4c72e822e450"; +const previous_commit = "9a8fc181865154f0fc72a30a9554c72bb28c3ce3"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") -- cgit v1.2.3 From e0e87794223a605040e62f4966fd1206cd6dd4e8 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 20 May 2020 21:06:49 +0200 Subject: Persist state --- dist/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/js/app.js') diff --git a/dist/js/app.js b/dist/js/app.js index 8c7c3a0..858414e 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.13-beta"; -const previous_commit = "9a8fc181865154f0fc72a30a9554c72bb28c3ce3"; +const previous_commit = "1925324995b4c8795529f795811ef0ae0676b695"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") -- cgit v1.2.3 From 7ef93dbc7e6f82e7fc4a765cf0f979b6f52e7a46 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 20 May 2020 21:13:23 +0200 Subject: Styling fix --- dist/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/js/app.js') diff --git a/dist/js/app.js b/dist/js/app.js index 858414e..567524a 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.13-beta"; -const previous_commit = "1925324995b4c8795529f795811ef0ae0676b695"; +const previous_commit = "29b013b7591c0ee674bb8c2cf8cc660f67cdd9f7"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") -- cgit v1.2.3