From d816445ff642a1fb1c4c893df225556e4eed0301 Mon Sep 17 00:00:00 2001 From: Jaro Date: Fri, 15 Jan 2021 13:17:24 +0100 Subject: [PATCH] Interval zmena na 5 minut --- resources/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index 9a24da0..404ec1d 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -103,7 +103,7 @@ Vue.use(CardPlugin); window.setInterval(function(){ console.log("TIMER"); that.getData(); - }, 60000); + }, 300000); },