[feat]Use Ajax for paginating happening_now
This commit is contained in:
parent
9601328df8
commit
3c7cc6cfdb
6 changed files with 26 additions and 14 deletions
|
|
@ -54,6 +54,7 @@
|
|||
//= require selectize
|
||||
//= require bootstrap-select
|
||||
//= require osem-survey
|
||||
//= require pagy
|
||||
|
||||
$(document).ready(function() {
|
||||
$('a[disabled=disabled]').click(function(event){
|
||||
|
|
@ -63,4 +64,6 @@ $(document).ready(function() {
|
|||
$('body').smoothScroll({
|
||||
delegateSelector: 'a.smoothscroll'
|
||||
});
|
||||
|
||||
window.addEventListener("load", Pagy.init);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue