Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Ray Gregory authored Jul 24, 2019
1 parent b363ed4 commit c156da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m17StickyBEFooter/assets/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const init = () => {
const docBody = document.body

const observer = new window.IntersectionObserver(entries => observeHandler(entries, docBody, submitContainer, submitForm))
observer.observe(submitForm, 500)
observer.observe(submitForm)

autoFixContainerWidth(submitContainer, submitForm)
}
Expand Down

0 comments on commit c156da6

Please sign in to comment.