remove dead code from home page

This commit is contained in:
ansuz 2017-02-07 17:27:00 +01:00
parent 6e730c7800
commit 4b710b418c

View file

@ -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) {