summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/logout.js2
-rw-r--r--js/messaging.js2
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"])+" &raquo; "+filterXSS(element["datum"]["dan"])+". "+filterXSS(element["datum"]["mesec"])+". "+filterXSS(element["datum"]["leto"])+" at "+
filterXSS(element["cas"]["ura"])+":"+filterXSS(element["cas"]["minuta"])+
'</div></div></div>';