From 12d205a6a47a84a8923c5514d6383b49fd611f18 Mon Sep 17 00:00:00 2001 From: cTn Date: Sat, 13 Apr 2013 02:43:23 +0200 Subject: [PATCH] polishing --- css/style.css | 1 + js/main.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a5f76f2e..5ad9c6c5 100644 --- a/css/style.css +++ b/css/style.css @@ -738,6 +738,7 @@ a:hover { overflow-y: scroll; overflow-x: hidden; + font-family: monospace; color: white; border: 1px solid silver; diff --git a/js/main.js b/js/main.js index a9675881..e628b888 100644 --- a/js/main.js +++ b/js/main.js @@ -1,7 +1,7 @@ var timers = new Array(); $(document).ready(function() { - tabs = $('#tabs > ul'); + var tabs = $('#tabs > ul'); $('a', tabs).click(function() { if ($(this).parent().hasClass('active') == false) { // only initialize when the tab isn't already active if (connectionId < 1 || configuration_received == false) { // if there is no active connection, return