Skip to content

Commit

Permalink
Js side for jobs updating on core update.
Browse files Browse the repository at this point in the history
  • Loading branch information
zf-development committed Apr 6, 2023
1 parent 49ee170 commit 1fd8ed7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion html/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,9 @@ $(document).ready(function(){
}
}
break;
case "UpdateJobs":
QB.Phone.Data.PhoneJobs = event.data.jobs
break;
case "RefreshWhatsappAlerts":
QB.Phone.Functions.ReloadWhatsappAlerts(event.data.Chats);
break;
Expand Down Expand Up @@ -870,4 +873,4 @@ $(document).ready(function(){
break;
}
})
});
});

0 comments on commit 1fd8ed7

Please sign in to comment.