summaryrefslogtreecommitdiff
path: root/utils/notifier/background.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-26 13:12:14 +0400
committerAndrew Dolgov <[email protected]>2012-01-26 13:12:14 +0400
commit27aaf38ab43aa8e980e5c614d89baad9a2770b42 (patch)
treeac5b2597ed28b591b413f1b54e1272a6dd2869a3 /utils/notifier/background.html
parent85db62133fb8949546b94bcc616b9308ceb9a75c (diff)
notifier: fix to use public.php
Diffstat (limited to 'utils/notifier/background.html')
-rw-r--r--utils/notifier/background.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/notifier/background.html b/utils/notifier/background.html
index bee00560b..751456766 100644
--- a/utils/notifier/background.html
+++ b/utils/notifier/background.html
@@ -18,7 +18,7 @@ function update() {
if (single_user == "1") login = "admin";
- var requestUrl = localStorage["site_url"] + "/backend.php";
+ var requestUrl = localStorage["site_url"] + "/public.php";
var params = "op=getUnread&fresh=1&login=" + param_escape(login);
var xhr = new XMLHttpRequest();