Commit a6ad68f5 by Ari Agung Prasetiyo Committed by Ari Agung Prasetiyo

timeout

1 parent 6e368141
...@@ -445,7 +445,13 @@ ...@@ -445,7 +445,13 @@
$().datarefresh(); $().datarefresh();
}, 300000); }, 300000);
}).fail(function() {
setTimeout(function () {
console.log("timeout");
$().datarefresh();
}, 300000);
}); });
// $().get_realisasi(); // $().get_realisasi();
// $().get_harian(); // $().get_harian();
// $().get_tabel(); // $().get_tabel();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!