Base
This commit is contained in:
5
public/assets/scripts/main.js
Normal file
5
public/assets/scripts/main.js
Normal file
@ -0,0 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
$('.sticky').sticky({
|
||||
context: '#column'
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user