notifier: fix to use public.php
This commit is contained in:
parent
85db62133f
commit
27aaf38ab4
|
@ -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();
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue