remove gitiegnore to public
This commit is contained in:
10
public/storage/assets/js/demo.js
Normal file
10
public/storage/assets/js/demo.js
Normal file
@@ -0,0 +1,10 @@
|
||||
(function($) {
|
||||
'use strict';
|
||||
$(function() {
|
||||
$("#features-link").on("click", function() {
|
||||
$('html, body').animate({
|
||||
scrollTop: $("#features").offset().top
|
||||
}, 1000);
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user