Commit daafcb8b by Ari Agung Prasetiyo

Update pbb.pt

1 parent 78e20bfc
......@@ -495,20 +495,25 @@
addData(barChart, newData.realisasi);
trendChart();
tableRefresh();
} else {
console.log("Request failed.");
}
setTimeout(function () {
console.log("timeout");
$().datarefresh();
}, 300000);
} else {
setTimeout(function () {
console.log("timeout");
$().datarefresh();
}, 60000);
console.log("Request failed.");
}
}).fail(function () {
setTimeout(function () {
console.log("timeout");
$().datarefresh();
}, 300000);
}, 60000);
});
// $().get_realisasi();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!