mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:55:55 +00:00
fix login form profiles fetching
This commit is contained in:
@@ -40,7 +40,7 @@ function fetchProfiles() {
|
||||
var query = "?op=getProfiles&" + params;
|
||||
|
||||
if (query) {
|
||||
new Ajax.Request("backend.php", {
|
||||
new Ajax.Request("public.php", {
|
||||
parameters: query,
|
||||
onComplete: function(transport) {
|
||||
if (transport.responseText.match("select")) {
|
||||
|
||||
Reference in New Issue
Block a user