diff --git a/.gitignore b/.gitignore index 19e3301bf..b09aefdb1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ _site/ .sass-cache/ *.*~ _release +_release2 *.map .jekyll-metadata # *.resume-burger-jokes diff --git a/_javascript/page.js b/_javascript/page.js index 0da12f24a..59728048e 100644 --- a/_javascript/page.js +++ b/_javascript/page.js @@ -5,6 +5,8 @@ $(function() { } else { $("#floating-nav").fadeOut("fast"); + // comment + // comment 2 } }); }); diff --git a/_javascript/workbook.js b/_javascript/workbook.js index 4209e44ae..6eb9ce577 100644 --- a/_javascript/workbook.js +++ b/_javascript/workbook.js @@ -15,7 +15,7 @@ function switchScope(event, id){ var activeId; - + // active id variable if(event){ activeId = event.target.id; }