X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=blobdiff_plain;f=js%2Ffunctions.js;h=7da9abfbd636589861593ccca843ad4f625197d6;hp=ec170a7d910bc6fc7192f6d48624a6580e3b04b1;hb=f820f205d0ec1c5ce9027e49755fc8642b0c5b42;hpb=919984a43644da47a978b8ddd6d07be7273f6366 diff --git a/js/functions.js b/js/functions.js index ec170a7d..7da9abfb 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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) {