mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:25:57 +00:00
css cleanup; remove auxDlg; add separate prefs.css
This commit is contained in:
@@ -717,15 +717,6 @@ function hotkey_prefix_timeout() {
|
||||
}
|
||||
}
|
||||
|
||||
function hideAuxDlg() {
|
||||
try {
|
||||
Element.hide('auxDlg');
|
||||
} catch (e) {
|
||||
exception_error("hideAuxDlg", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function uploadIconHandler(rc) {
|
||||
try {
|
||||
switch (rc) {
|
||||
|
||||
Reference in New Issue
Block a user