mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 03:31:28 +00:00
tmp disable colored labels
This commit is contained in:
11
prefs.js
11
prefs.js
@@ -1968,4 +1968,15 @@ function batchFeedsToggleField(cb, elem, label) {
|
||||
}
|
||||
}
|
||||
|
||||
function colorPicker(caller, id, fg, bg) {
|
||||
try {
|
||||
var picker = document.getElementById("colorPicker");
|
||||
|
||||
|
||||
picker.style.left = caller.offsetLeft;
|
||||
picker.style.top = caller.offsetTop;
|
||||
|
||||
} catch (e) {
|
||||
exception_error("colorPicker", e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user