summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 12:34:49 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 12:34:49 +0400
commit9d76e754513ec1119a010ab2e9abcf9fb9df52d1 (patch)
treea27289aa21dc3450d6fc69462ea9365055b378bb /js/prefs.js
parent7a5103ae90370884c31746b778de0bf9b2664431 (diff)
move editPrefProfiles to pref-prefs
Diffstat (limited to 'js/prefs.js')
-rw-r--r--js/prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 678332616..30dad0d88 100644
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -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",