diff --git a/src/.DS_Store b/src/.DS_Store index 90a9e79..956164a 100644 Binary files a/src/.DS_Store and b/src/.DS_Store differ diff --git a/src/js/app.js b/src/js/app.js index 4a12e94..f7561da 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -288,7 +288,6 @@ function displayArticlePage(articleList, articleNum, pageNum) { } } if (e.button === 'up' || e.button === 'back') { - console.log('Hi'); this.hide(); } });