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