mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 09:05:06 +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 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);
|
||||
|
@ -24467,10 +24463,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