1
0
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:
Andrew Dolgov
2011-12-22 16:48:51 +04:00
parent c4c74732db
commit 5334e1ec91

View File

@@ -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")) {