fix login form profiles fetching
This commit is contained in:
parent
c4c74732db
commit
5334e1ec91
|
@ -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")) {
|
||||
|
|
Loading…
Reference in New Issue