mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:25:55 +00:00
move editPrefProfiles to pref-prefs
This commit is contained in:
@@ -1400,7 +1400,7 @@ function editProfiles() {
|
||||
if (dijit.byId("profileEditDlg"))
|
||||
dijit.byId("profileEditDlg").destroyRecursive();
|
||||
|
||||
var query = "backend.php?op=dlg&method=editPrefProfiles";
|
||||
var query = "backend.php?op=pref-prefs&method=editPrefProfiles";
|
||||
|
||||
dialog = new dijit.Dialog({
|
||||
id: "profileEditDlg",
|
||||
|
||||
Reference in New Issue
Block a user