Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38d2505

Browse files
committed
Merge pull request plotly#343 from plotly/issues-fixing
Added Cufflinks + colorlover example
2 parents e801ce9 + 334d8a4 commit 38d2505

File tree

3 files changed

+562
-3
lines changed

3 files changed

+562
-3
lines changed

_layouts/langindex.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151

5252
function setHeight() {
5353
var scrollbottom = $(document).height() - $(window).scrollTop() - $(window).height() - $("#footer").height();
54-
console.log(scrollbottom);
5554
if($("#sidebar").length){
5655

5756
if(scrollbottom > 0 ) {
@@ -65,8 +64,6 @@
6564
var $sidebar = $("#sidebar");
6665
var $top = Math.max(50 + scrollbottom, 0)?Math.max(50 + scrollbottom, 0):"auto";
6766
var $bottom = 0 - scrollbottom -50;
68-
console.log('top: '+$top+' bottom: '+$bottom);
69-
7067
}
7168
}
7269

0 commit comments

Comments
 (0)