mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
no console log
This commit is contained in:
parent
f8a92580bd
commit
2837315c7d
5 changed files with 3 additions and 15 deletions
|
@ -18388,10 +18388,6 @@ var CommandLineHistoryView = Backbone.View.extend({
|
||||||
var cD = $('#commandDisplay')[0];
|
var cD = $('#commandDisplay')[0];
|
||||||
var t = $('#terminal')[0];
|
var t = $('#terminal')[0];
|
||||||
|
|
||||||
console.log('I AM CHECKING scroll ehight');
|
|
||||||
console.log(cD, t);
|
|
||||||
console.log(cD.clientHeight, t.clientHeight);
|
|
||||||
|
|
||||||
// firefox hack
|
// firefox hack
|
||||||
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
|
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
|
||||||
($(window).height() < cD.clientHeight);
|
($(window).height() < cD.clientHeight);
|
||||||
|
@ -24467,10 +24463,6 @@ var CommandLineHistoryView = Backbone.View.extend({
|
||||||
var cD = $('#commandDisplay')[0];
|
var cD = $('#commandDisplay')[0];
|
||||||
var t = $('#terminal')[0];
|
var t = $('#terminal')[0];
|
||||||
|
|
||||||
console.log('I AM CHECKING scroll ehight');
|
|
||||||
console.log(cD, t);
|
|
||||||
console.log(cD.clientHeight, t.clientHeight);
|
|
||||||
|
|
||||||
// firefox hack
|
// firefox hack
|
||||||
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
|
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
|
||||||
($(window).height() < cD.clientHeight);
|
($(window).height() < cD.clientHeight);
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
build/bundle.min.js
vendored
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -409,7 +409,7 @@
|
||||||
For a much easier time perusing the source, see the individual files at:
|
For a much easier time perusing the source, see the individual files at:
|
||||||
https://github.com/pcottle/learnGitBranching
|
https://github.com/pcottle/learnGitBranching
|
||||||
-->
|
-->
|
||||||
<script src="build/bundle.min.3421e8e8.js"></script>
|
<script src="build/bundle.min.ae39176e.js"></script>
|
||||||
|
|
||||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||||
The downside? No raw logs to parse for analytics, so I have to include
|
The downside? No raw logs to parse for analytics, so I have to include
|
||||||
|
|
|
@ -357,10 +357,6 @@ var CommandLineHistoryView = Backbone.View.extend({
|
||||||
var cD = $('#commandDisplay')[0];
|
var cD = $('#commandDisplay')[0];
|
||||||
var t = $('#terminal')[0];
|
var t = $('#terminal')[0];
|
||||||
|
|
||||||
console.log('I AM CHECKING scroll ehight');
|
|
||||||
console.log(cD, t);
|
|
||||||
console.log(cD.clientHeight, t.clientHeight);
|
|
||||||
|
|
||||||
// firefox hack
|
// firefox hack
|
||||||
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
|
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
|
||||||
($(window).height() < cD.clientHeight);
|
($(window).height() < cD.clientHeight);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue