1
0
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:
Andrew Dolgov
2013-03-27 22:41:12 +04:00
parent 919984a436
commit f820f205d0
9 changed files with 141 additions and 211 deletions

View File

@@ -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) {