From 8eb9ca9caca30fbbe023243657535ab4088be377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Thu, 14 May 2020 22:09:25 +0200 Subject: mesasging.js: deleteMsg spet dela --- js/messaging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/messaging.js b/js/messaging.js index 86d90e7..d3ebdd0 100644 --- a/js/messaging.js +++ b/js/messaging.js @@ -232,7 +232,7 @@ async function deleteMsg(id) { "u": username, "p": password, "m": "izbrisisporocilo", - "a": id.replace(/_/g, "|") + "a": id }, dataType: "json", cache: false, -- cgit v1.2.3