diff options
author | rstular <rok@stular.eu> | 2020-05-20 20:02:53 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-05-20 20:02:53 +0200 |
commit | 913b40fe12ea0f73614013fe5a528700d516749e (patch) | |
tree | d8cbd13048490bd10a90ea1c1dba67e68f6a0d48 | |
parent | try-catch in fetchTeachers (forgot instal) (diff) | |
download | beziapp-913b40fe12ea0f73614013fe5a528700d516749e.tar beziapp-913b40fe12ea0f73614013fe5a528700d516749e.tar.gz beziapp-913b40fe12ea0f73614013fe5a528700d516749e.tar.bz2 beziapp-913b40fe12ea0f73614013fe5a528700d516749e.tar.lz beziapp-913b40fe12ea0f73614013fe5a528700d516749e.tar.xz beziapp-913b40fe12ea0f73614013fe5a528700d516749e.tar.zst beziapp-913b40fe12ea0f73614013fe5a528700d516749e.zip |
Diffstat (limited to '')
-rw-r--r-- | assets/css/styles.css | 3 | ||||
-rwxr-xr-x | dist/css/styles.css | 3 | ||||
-rwxr-xr-x | dist/js/app.js | 2 | ||||
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
5 files changed, 6 insertions, 8 deletions
diff --git a/assets/css/styles.css b/assets/css/styles.css index 0c00378..ed1ab42 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -132,7 +132,7 @@ a.collection-item { color: var(--color-text); } -.fc-slats > table > tbody > tr { +tr { border-bottom-color: var(--color-divider) !important; } @@ -284,7 +284,6 @@ i.material-icons.prefix { .flag-icon { height: 1vw; } - .app-header-bold { color: var(--color-header-bold) !important; } diff --git a/dist/css/styles.css b/dist/css/styles.css index 0c00378..ed1ab42 100755 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -132,7 +132,7 @@ a.collection-item { color: var(--color-text); } -.fc-slats > table > tbody > tr { +tr { border-bottom-color: var(--color-divider) !important; } @@ -284,7 +284,6 @@ i.material-icons.prefix { .flag-icon { height: 1vw; } - .app-header-bold { color: var(--color-header-bold) !important; } diff --git a/dist/js/app.js b/dist/js/app.js index ea25178..10c075f 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 = "2acc46724db65edf60a7316086fe098cc7b3f5b3"; +const previous_commit = "cf41a36f744c51513d864b48d7ee806544de062b"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index ea1a89a..972f0c7 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@ <div class="row"> <p> <small> - ^HEAD 2acc46724db65edf60a7316086fe098cc7b3f5b3 + ^HEAD cf41a36f744c51513d864b48d7ee806544de062b </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-2acc467"; -// commit before the latest is 2acc46724db65edf60a7316086fe098cc7b3f5b3 +const static_cache_name = "site-static-1.0.13-beta-cf41a36"; +// commit before the latest is cf41a36f744c51513d864b48d7ee806544de062b // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |