polishing
parent
b892fcb376
commit
12d205a6a4
|
@ -738,6 +738,7 @@ a:hover {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
|
font-family: monospace;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
var timers = new Array();
|
var timers = new Array();
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
tabs = $('#tabs > ul');
|
var tabs = $('#tabs > ul');
|
||||||
$('a', tabs).click(function() {
|
$('a', tabs).click(function() {
|
||||||
if ($(this).parent().hasClass('active') == false) { // only initialize when the tab isn't already active
|
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
|
if (connectionId < 1 || configuration_received == false) { // if there is no active connection, return
|
||||||
|
|
Loading…
Reference in New Issue