]> git.wh0rd.org - tt-rss.git/commitdiff
notifier: fix to use public.php
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 26 Jan 2012 09:12:14 +0000 (13:12 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 26 Jan 2012 09:12:14 +0000 (13:12 +0400)
utils/notifier/background.html
utils/notifier/manifest.json

index bee00560b4e45fa3321e41d42f936e81b278e628..7514567666a44b16170712171c22de6fc17a0213 100644 (file)
@@ -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();
index 191842a3e81a0db757dfaf83ced0c0f257fae556..8294469eecbb29c4889dfaf97fe81f5bd3b5a583 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "Tiny Tiny RSS Notifier",
   "background_page": "background.html",
-  "version": "0.4",
+  "version": "0.4.2",
   "description": "This extension displays the number of unread articles in your Tiny Tiny RSS installation",
   "options_page": "options.html",
   "icons": { "48": "images/icon.png", "128": "images/icon.png" },