diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-08 20:14:22 +0100 |
---|---|---|
committer | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-02-08 20:14:22 +0100 |
commit | 5cf4d50222d924f9f4ddcc01532ae01e396440a5 (patch) | |
tree | 1ee2138df2e52a07aba462dbb5d1fbdf4db56de5 /js | |
parent | updated sw.js for new files (diff) | |
download | beziapp-5cf4d50222d924f9f4ddcc01532ae01e396440a5.tar beziapp-5cf4d50222d924f9f4ddcc01532ae01e396440a5.tar.gz beziapp-5cf4d50222d924f9f4ddcc01532ae01e396440a5.tar.bz2 beziapp-5cf4d50222d924f9f4ddcc01532ae01e396440a5.tar.lz beziapp-5cf4d50222d924f9f4ddcc01532ae01e396440a5.tar.xz beziapp-5cf4d50222d924f9f4ddcc01532ae01e396440a5.tar.zst beziapp-5cf4d50222d924f9f4ddcc01532ae01e396440a5.zip |
Diffstat (limited to 'js')
-rw-r--r-- | js/logout.js | 2 | ||||
-rw-r--r-- | js/messaging.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/logout.js b/js/logout.js index 8d2df62..01af8cc 100644 --- a/js/logout.js +++ b/js/logout.js @@ -1,3 +1,3 @@ localforage.clear().then(() => { window.location.replace("/index.html"); -});
\ No newline at end of file +}); diff --git a/js/messaging.js b/js/messaging.js index 81c39b3..2f5e767 100644 --- a/js/messaging.js +++ b/js/messaging.js @@ -198,7 +198,7 @@ filterXSS(element["id"])+ filterXSS(element["posiljatelj"])+ '";document.getElementById("msg_subject").value="Re: '+ filterXSS(element["zadeva"])+ -'";document.getElementById("navigation-main").scrollIntoView();\'><i class="material-icons">reply</i></a>'+ +'";M.updateTextFields();document.getElementById("navigation-main").scrollIntoView();\'><i class="material-icons">reply</i></a>'+ filterXSS(element["posiljatelj"])+" » "+filterXSS(element["datum"]["dan"])+". "+filterXSS(element["datum"]["mesec"])+". "+filterXSS(element["datum"]["leto"])+" at "+ filterXSS(element["cas"]["ura"])+":"+filterXSS(element["cas"]["minuta"])+ '</div></div></div>'; |