From 4b710b418cc1fc81c14776247eff63927ebf53d0 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 7 Feb 2017 17:27:00 +0100 Subject: [PATCH] remove dead code from home page --- customize.dist/main.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/customize.dist/main.js b/customize.dist/main.js index 46c325ce7..bebc3cbc6 100644 --- a/customize.dist/main.js +++ b/customize.dist/main.js @@ -101,20 +101,6 @@ define([ $('button.nologin').click(function (e) { document.location.href = '/drive/'; }); - $('button.knowmore').click(function (e) { - e.preventDefault(); - - $('html, body').animate({ - scrollTop: $('#knowmore').offset().top - }, 500); - }); - $('button.tryit').click(function (e) { - e.preventDefault(); - - $('html, body').animate({ - scrollTop: $('#tryit').offset().top - }, 500); - }); var $passwd = $('#password'); $passwd.on('keyup', function (e) {