polishing

10.3.x-maintenance
cTn 2013-04-13 02:43:23 +02:00
parent b892fcb376
commit 12d205a6a4
2 changed files with 2 additions and 1 deletions

View File

@ -738,6 +738,7 @@ a:hover {
overflow-y: scroll;
overflow-x: hidden;
font-family: monospace;
color: white;
border: 1px solid silver;

View File

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