diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-09-26 21:42:10 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-09-26 21:42:10 +0200 |
commit | 3a3246dfecab404df90513989bf84a270e17d1f1 (patch) | |
tree | 629eb2d4f82d561fa709150742bb64c0bef54759 /dist/pages | |
parent | unset tracking vars are now not reported to the spyware server (diff) | |
download | beziapp-3a3246dfecab404df90513989bf84a270e17d1f1.tar beziapp-3a3246dfecab404df90513989bf84a270e17d1f1.tar.gz beziapp-3a3246dfecab404df90513989bf84a270e17d1f1.tar.bz2 beziapp-3a3246dfecab404df90513989bf84a270e17d1f1.tar.lz beziapp-3a3246dfecab404df90513989bf84a270e17d1f1.tar.xz beziapp-3a3246dfecab404df90513989bf84a270e17d1f1.tar.zst beziapp-3a3246dfecab404df90513989bf84a270e17d1f1.zip |
Diffstat (limited to 'dist/pages')
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/pages/meals.html | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dist/pages/about.html b/dist/pages/about.html index f51367f..c2474fb 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -160,7 +160,7 @@ <div class="row"> <p> <small> - ^HEAD 577c762cfc082bf78434af10b0910e43554cf634 + ^HEAD 1365c1cd73800509eedf7f00cfb47ef6f20a19cd </small> </p> </div> diff --git a/dist/pages/meals.html b/dist/pages/meals.html index 56e0af3..25a6268 100755 --- a/dist/pages/meals.html +++ b/dist/pages/meals.html @@ -46,6 +46,8 @@ <link href="/css/fullcalendar/custom.css" rel="stylesheet" /> <script src="/js/lib/fullcalendar/core/main.min.js"></script> <script src="/js/lib/fullcalendar/daygrid/main.min.js"></script> + <!-- lopolis client API library - unofficial by sijanec --> + <script src="/js/lopolisc.js"></script> </head> <body> |