diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/js/app.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/js/app.js b/src/js/app.js index bd4a3a3..5c88ab9 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -152,9 +152,6 @@ var tpl = { var template = _.template( tpl.get('help') ); helpContent.html(template()); - console.log( 'viewheight: ' + viewHeight ); - console.log( 'top: ' + top ); - if ( !help.hasClass('android2') ) { helpContent.height(helpHeight - 60); } @@ -179,7 +176,6 @@ var tpl = { if (e) { e.preventDefault(); } - console.log('helpHoide'); var help = $('#help'), viewWidth = $(window).width(); |