mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 14:39:15 +00:00
remove some old ?op syntax notation calls
This commit is contained in:
@@ -122,7 +122,7 @@ function init() {
|
||||
|
||||
function fetchProfiles() {
|
||||
try {
|
||||
var query = "?op=getProfiles&login=" + param_escape(document.forms["loginForm"].login.value);
|
||||
var query = "op=getProfiles&login=" + param_escape(document.forms["loginForm"].login.value);
|
||||
|
||||
if (query) {
|
||||
new Ajax.Request("public.php", {
|
||||
|
||||
Reference in New Issue
Block a user