Enable ajax loads
This commit is contained in:
parent
86ca66d02f
commit
c237a03316
@ -20,10 +20,10 @@
|
|||||||
// require_tree .
|
// require_tree .
|
||||||
|
|
||||||
|
|
||||||
// $(document).ready(function(){
|
$(document).ready(function(){
|
||||||
// setInterval(function() {
|
setInterval(function() {
|
||||||
// $('#table-component').load("#{request.path} #table-component");
|
// $('#table-component').load("#{request.path} #table-component");
|
||||||
// // $('#play-to-beat').load("#{request.path} #play-to-beat");
|
$('#play-to-beat').load("#{request.path} #play-to-beat");
|
||||||
// // $('#play-buttons').load("#{request.path} #play-buttons");
|
$('#play-buttons').load("#{request.path} #play-buttons");
|
||||||
// }, 5000);
|
}, 2000);
|
||||||
// });
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user