Skip to content

Commit

Permalink
Add minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Skoreto committed Dec 10, 2016
1 parent 70a14be commit 4696de9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
10 changes: 0 additions & 10 deletions content/css/simple-sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

/* Sidebar Styles */
#sidebar-wrapper {
/*background: #00aff0;*/
background: #0094ca;
}

Expand Down Expand Up @@ -92,7 +91,6 @@
font-size: 18px;
line-height: 60px;
background: #0094ca;
/*text-align: center;*/
}

.sidebar-nav > .sidebar-brand a {
Expand Down Expand Up @@ -142,18 +140,10 @@
padding: 5px;
}
#generatedNumberArea {
/*width: 500px;*/
min-height: 650px;
/*border: 2px solid rgba(235, 150, 0, 0.5);*/
/*max-height: 150px;*/
/*overflow-y: scroll;*/
}
#ownNumbersArea {
/*width: 500px;*/
min-height: 320px;
/*border: 2px solid rgba(235, 150, 0, 0.5);*/
/*max-height: 150px;*/
/*overflow-y: scroll;*/
}
.text-green {
color: green;
Expand Down
8 changes: 7 additions & 1 deletion content/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $(document).ready(function() {
}
else if (this.value == 'optMersenne') {
$("#inpSeedNumber").prop('disabled', false);
$("#inpSeedNumber").val(1023);
$("#inpSeedNumber").val(1213);
$("#lblInpSeedNumber").text("Seed (povinně):");
}
else if (this.value == 'optChanceJS') {
Expand Down Expand Up @@ -389,6 +389,12 @@ function testSerial() {
}

refreshMathJax();
}

function testFrequency() {



}

/**
Expand Down

0 comments on commit 4696de9

Please sign in to comment.