Interval zmena na 5 minut
This commit is contained in:
2
resources/js/app.js
vendored
2
resources/js/app.js
vendored
@@ -103,7 +103,7 @@ Vue.use(CardPlugin);
|
|||||||
window.setInterval(function(){
|
window.setInterval(function(){
|
||||||
console.log("TIMER");
|
console.log("TIMER");
|
||||||
that.getData();
|
that.getData();
|
||||||
}, 60000);
|
}, 300000);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user