diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2013-03-27 22:41:12 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2013-03-27 22:41:12 +0400 |
| commit | f820f205d0ec1c5ce9027e49755fc8642b0c5b42 (patch) | |
| tree | b07cb37df439735543cafd7368aa2316ef6f9882 /js/functions.js | |
| parent | 919984a43644da47a978b8ddd6d07be7273f6366 (diff) | |
css cleanup; remove auxDlg; add separate prefs.css
Diffstat (limited to 'js/functions.js')
| -rw-r--r-- | js/functions.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/js/functions.js b/js/functions.js index ec170a7d9..7da9abfbd 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) { |