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