1
0
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:
Andrew Dolgov
2009-01-26 11:54:47 +01:00
parent 2eb9c95c97
commit c17d514b6c
3 changed files with 71 additions and 3 deletions

View File

@@ -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);
}
}