This commit is contained in:
e.arrahn
2021-12-01 08:17:12 +08:00
parent 4e8e094a45
commit c935c24c46
4 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -190,8 +190,9 @@
var channel = pusher.subscribe('tebus-notify');
channel.bind('trigger-tebus', function(data) {
if(cawangan == data.cawangan){
fetchTebusEverytime();
}
});
$(document).ready(function(){