first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
$(document).ready(function() {
|
||||
$('#fullpage').fullpage({
|
||||
autoScrolling: false,
|
||||
scrollOverflow: true
|
||||
});
|
||||
|
||||
$('#gal').each(element, new SimpleBar);
|
||||
|
||||
//methods
|
||||
});
|
||||
Reference in New Issue
Block a user