summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-05-20 20:54:10 +0200
committerrstular <rok@stular.eu>2020-05-20 20:57:44 +0200
commit1925324995b4c8795529f795811ef0ae0676b695 (patch)
tree43330d170b3d4c8f5a61ce480016cd6b99df6dff
parentMerge branch 'dev' of github.com:beziapp/beziapp.github.io into dev (diff)
downloadbeziapp-1925324995b4c8795529f795811ef0ae0676b695.tar
beziapp-1925324995b4c8795529f795811ef0ae0676b695.tar.gz
beziapp-1925324995b4c8795529f795811ef0ae0676b695.tar.bz2
beziapp-1925324995b4c8795529f795811ef0ae0676b695.tar.lz
beziapp-1925324995b4c8795529f795811ef0ae0676b695.tar.xz
beziapp-1925324995b4c8795529f795811ef0ae0676b695.tar.zst
beziapp-1925324995b4c8795529f795811ef0ae0676b695.zip
-rw-r--r--assets/js/settings.js2
-rwxr-xr-xdist/js/app.js2
-rw-r--r--dist/js/settings.js2
-rwxr-xr-xdist/pages/about.html2
-rwxr-xr-xdist/sw.js4
5 files changed, 8 insertions, 4 deletions
diff --git a/assets/js/settings.js b/assets/js/settings.js
index 0854042..458de31 100644
--- a/assets/js/settings.js
+++ b/assets/js/settings.js
@@ -47,6 +47,8 @@ function setUIAdditionalOptions(state) {
$("#option-" + item).remove();
});
}
+ var elems = document.querySelectorAll('#select-theme');
+ M.FormSelect.init(elems, {});
}
async function setAdditionalOptions(state) {
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")
diff --git a/dist/js/settings.js b/dist/js/settings.js
index 0854042..458de31 100644
--- a/dist/js/settings.js
+++ b/dist/js/settings.js
@@ -47,6 +47,8 @@ function setUIAdditionalOptions(state) {
$("#option-" + item).remove();
});
}
+ var elems = document.querySelectorAll('#select-theme');
+ M.FormSelect.init(elems, {});
}
async function setAdditionalOptions(state) {
diff --git a/dist/pages/about.html b/dist/pages/about.html
index 3d5f05a..b2de91f 100755
--- a/dist/pages/about.html
+++ b/dist/pages/about.html
@@ -142,7 +142,7 @@
<div class="row">
<p>
<small>
- ^HEAD db70845685ffe5fa725530ca03ba4c72e822e450
+ ^HEAD 9a8fc181865154f0fc72a30a9554c72bb28c3ce3
</small>
</p>
</div>
diff --git a/dist/sw.js b/dist/sw.js
index a34dba4..ab0cd5c 100755
--- 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-db70845";
-// commit before the latest is db70845685ffe5fa725530ca03ba4c72e822e450
+const static_cache_name = "site-static-1.0.13-beta-9a8fc18";
+// commit before the latest is 9a8fc181865154f0fc72a30a9554c72bb28c3ce3
// Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js
// sw.js NE SME BITI CACHAN, ker vsebuje verzijo!