We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559a41f commit 1350407Copy full SHA for 1350407
js/main.js
@@ -51,7 +51,7 @@ jQuery(document).on('ready', function() {
51
52
/* -------------------------------------
53
ADD ANIMATIONS TO SECTION SCROLL
54
- -------------------------------------- */
+ --------------------------------------- */
55
function ea_scroll( hash ) {
56
var target = $( hash );
57
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
0 commit comments