summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 22:41:12 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 22:41:12 +0400
commitf820f205d0ec1c5ce9027e49755fc8642b0c5b42 (patch)
treeb07cb37df439735543cafd7368aa2316ef6f9882 /js/functions.js
parent919984a43644da47a978b8ddd6d07be7273f6366 (diff)
css cleanup; remove auxDlg; add separate prefs.css
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js9
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) {