mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
no console log
This commit is contained in:
parent
f8a92580bd
commit
2837315c7d
5 changed files with 3 additions and 15 deletions
|
@ -357,10 +357,6 @@ var CommandLineHistoryView = Backbone.View.extend({
|
|||
var cD = $('#commandDisplay')[0];
|
||||
var t = $('#terminal')[0];
|
||||
|
||||
console.log('I AM CHECKING scroll ehight');
|
||||
console.log(cD, t);
|
||||
console.log(cD.clientHeight, t.clientHeight);
|
||||
|
||||
// firefox hack
|
||||
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
|
||||
($(window).height() < cD.clientHeight);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue