mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
notifier: fix to use public.php
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user