Fix the drive button in the homepage and a:hover in dropdown
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user