summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 12:30:34 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 12:30:34 +0400
commit00e347410e4ba71601ee8b938fe7b2e09ec54649 (patch)
treec8f727397e236d0e53b460df0f9cb5af5d6a4180 /js/prefs.js
parent022af85b1915383a3802565dc6f4e79cfaa5c16f (diff)
move customizeCSS 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 26501bec9..678332616 100644
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -1715,7 +1715,7 @@ function editLabel(id, event) {
function customizeCSS() {
try {
- var query = "backend.php?op=dlg&method=customizeCSS";
+ var query = "backend.php?op=pref-prefs&method=customizeCSS";
if (dijit.byId("cssEditDlg"))
dijit.byId("cssEditDlg").destroyRecursive();