Add data into the homepage
This commit is contained in:
@@ -181,6 +181,20 @@ 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);
|
||||
});
|
||||
};
|
||||
|
||||
displayCreateButtons();
|
||||
|
||||
Reference in New Issue
Block a user