diff options
Diffstat (limited to '')
-rwxr-xr-x | dist/cache_name.txt | 2 | ||||
-rwxr-xr-x | dist/css/styles.css | 4 | ||||
-rwxr-xr-x | dist/js/app.js | 4 | ||||
-rwxr-xr-x | dist/pages/about.html | 4 | ||||
-rwxr-xr-x | dist/pages/changelog.html | 16 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
6 files changed, 25 insertions, 9 deletions
diff --git a/dist/cache_name.txt b/dist/cache_name.txt index 1cebaa7..6d746e7 100755 --- a/dist/cache_name.txt +++ b/dist/cache_name.txt @@ -3,4 +3,4 @@ -///site-static-1.0.17.1-beta-abd9011|||
\ No newline at end of file +///site-static-1.0.17.2-beta-b20761c|||
\ No newline at end of file diff --git a/dist/css/styles.css b/dist/css/styles.css index 06da571..ac702e5 100755 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -351,13 +351,13 @@ h2 { border-bottom-color: var(--color-divider); } -span:not(.fc-time > span) { +/* span:not(.fc-time > span) { color: var(--color-text); } div:not(.fc-time, .fc-title) { color: var(--color-text); -} +} */ /* ne vem, zakaj je to tukaj, ampak tekst je nebeljiv */ h5.subheader { color: var(--color-text); diff --git a/dist/js/app.js b/dist/js/app.js index 817147d..3c16f58 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -4,8 +4,8 @@ // @begin=js@ -const app_version = "1.0.17.1-beta"; -const previous_commit = "abd9011fa84bdc1f6ee583e387d0ec686c3dc3ab"; +const app_version = "1.0.17.2-beta"; +const previous_commit = "b20761c7fd387dc27257639899034de40f6c7afb"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if (location.protocol !== 'https:') { diff --git a/dist/pages/about.html b/dist/pages/about.html index 4c9046d..68996c1 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -78,7 +78,7 @@ <!-- One day in the future we may have sw cache version covered by this as well --> <h5 class="subheader"> <x-su>version</x-su> - 1.0.17.1-beta + 1.0.17.2-beta </h5> </div> </div> @@ -162,7 +162,7 @@ <div class="row"> <p> <small> - ^HEAD abd9011fa84bdc1f6ee583e387d0ec686c3dc3ab + ^HEAD b20761c7fd387dc27257639899034de40f6c7afb </small> </p> </div> diff --git a/dist/pages/changelog.html b/dist/pages/changelog.html index 3a81345..ee39827 100755 --- a/dist/pages/changelog.html +++ b/dist/pages/changelog.html @@ -58,6 +58,22 @@ <ul class="collapsible"> <li> + <div + class="collapsible-header">Version + 1.0.17.1-beta</div> + <div class="collapsible-body"> + <ul class="collection"> + <li + class="collection-item">Removed + CSS styles + that displayed + dark text on + dark + backgrounds in + timetable and + in navbar</li> + </ul> + </div> <div class="collapsible-header">Version 1.0.17-beta</div> <div class="collapsible-body"> <ul class="collection"> @@ -5,8 +5,8 @@ // @begin=js@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.17.1-beta-abd9011"; -// commit before the latest is abd9011fa84bdc1f6ee583e387d0ec686c3dc3ab +const static_cache_name = "site-static-1.0.17.2-beta-b20761c"; +// commit before the latest is b20761c7fd387dc27257639899034de40f6c7afb // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |