git://git.furryclan.net
/
furrycat
/
race-o-matic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f752f5
)
Removed some debug messages.
author
CMDR furrycat
<elite@furrycat.net>
Tue, 19 Jan 2016 12:12:39 +0000
(07:12 -0500)
committer
CMDR furrycat
<elite@furrycat.net>
Tue, 19 Jan 2016 12:12:39 +0000
(07:12 -0500)
station.js
patch
|
blob
|
history
system.js
patch
|
blob
|
history
diff --git
a/station.js
b/station.js
index
f2c303d
..
17f72a7
100644
(file)
--- a/
station.js
+++ b/
station.js
@@
-1,7
+1,6
@@
/* Document onload. */
function loaded() {
var div = document.getElementById('stations');
- console.log([div.offsetHeight, window.innerHeight].join(' vs '));
if (div && div.offsetHeight > window.innerHeight * 0.9) div.style.height = '80%';
}
diff --git
a/system.js
b/system.js
index
4207b78
..
6a91736
100644
(file)
--- a/
system.js
+++ b/
system.js
@@
-1,7
+1,6
@@
/* Document onload. */
function loaded() {
var div = document.getElementById('systems');
- console.log([div.offsetHeight, window.innerHeight].join(' vs '));
if (div && div.offsetHeight > window.innerHeight * 0.9) div.style.height = '80%';
}