1
0
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:
Andrew Dolgov
2013-04-01 12:34:49 +04:00
parent 7a5103ae90
commit 9d76e75451
3 changed files with 119 additions and 118 deletions

View File

@@ -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",