mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
move customizeCSS to pref-prefs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user