Skip to content

Commit

Permalink
remove debug log #716
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 13, 2021
1 parent 3f26a6e commit 5425a78
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
5 changes: 2 additions & 3 deletions js/jquery.terminal-2.29.5.js
Expand Up @@ -41,7 +41,7 @@
*
* broken image by Sophia Bai from the Noun Project (CC-BY)
*
* Date: Mon, 13 Dec 2021 11:24:39 +0000
* Date: Mon, 13 Dec 2021 11:28:24 +0000
*/
/* global define, Map */
/* eslint-disable */
Expand Down Expand Up @@ -5102,7 +5102,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Mon, 13 Dec 2021 11:24:39 +0000',
date: 'Mon, 13 Dec 2021 11:28:24 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down Expand Up @@ -9899,7 +9899,6 @@
} else if (is_function(data.finalize)) {
if (scroll) {
wrapper.find('img').on('load', function() {
console.log('bottom');
self.scroll_to_bottom();
});
}
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal-2.29.5.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion js/jquery.terminal-src.js
Expand Up @@ -9899,7 +9899,6 @@
} else if (is_function(data.finalize)) {
if (scroll) {
wrapper.find('img').on('load', function() {
console.log('bottom');
self.scroll_to_bottom();
});
}
Expand Down
5 changes: 2 additions & 3 deletions js/jquery.terminal.js
Expand Up @@ -41,7 +41,7 @@
*
* broken image by Sophia Bai from the Noun Project (CC-BY)
*
* Date: Mon, 13 Dec 2021 11:24:39 +0000
* Date: Mon, 13 Dec 2021 11:28:24 +0000
*/
/* global define, Map */
/* eslint-disable */
Expand Down Expand Up @@ -5102,7 +5102,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Mon, 13 Dec 2021 11:24:39 +0000',
date: 'Mon, 13 Dec 2021 11:28:24 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down Expand Up @@ -9899,7 +9899,6 @@
} else if (is_function(data.finalize)) {
if (scroll) {
wrapper.find('img').on('load', function() {
console.log('bottom');
self.scroll_to_bottom();
});
}
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jquery.terminal.min.js.map

Large diffs are not rendered by default.

0 comments on commit 5425a78

Please sign in to comment.