init
This commit is contained in:
commit
353c04478f
6
loader.js
Normal file
6
loader.js
Normal file
@ -0,0 +1,6 @@
|
||||
//on ready
|
||||
$(document).ready(function(){
|
||||
//on button click enable/disable bounce scroll
|
||||
$("#bounce_scroll_button").click(function(){
|
||||
//load the bounce scroll script
|
||||
//add link
|
Loading…
Reference in New Issue
Block a user