bugs fixes

This commit is contained in:
meghamalore
2024-06-20 16:35:05 +05:30
parent c8657f976e
commit b76a140d34

View File

@@ -99,19 +99,19 @@
$(function() {
userList();
})
// setInterval(function() {
// if ($('#user_id').val()) {
// // $(`#user_${$('#user_id').val()}`).addClass('active');
// getUser($('#user_id').val());
// // $('.spanName').each(function() {
// // $(this).removeClass('active');
// // })
// }
// }, 4000);
setInterval(function() {
if ($('#user_id').val()) {
// $(`#user_${$('#user_id').val()}`).addClass('active');
getUser($('#user_id').val());
// $('.spanName').each(function() {
// $(this).removeClass('active');
// })
}
}, 4000);
// setInterval(function() {
// userList();
// }, 5000)
setInterval(function() {
userList();
}, 5000)
function searchData(search) {
// alert(search)