Fix the drive button in the homepage and a:hover in dropdown

This commit is contained in:
yflory
2017-02-10 11:21:10 +01:00
parent 8eec7ec7c8
commit 73e9effd32
8 changed files with 61 additions and 39 deletions

View File

@@ -103,6 +103,9 @@ define([
sessionStorage.register = 1;
document.location.href = '/user/';
});
$('button.gotodrive').click(function (e) {
document.location.href = '/drive/';
});
var $passwd = $('#password');
$passwd.on('keyup', function (e) {