Fix refresh login logs on user page

This commit is contained in:
JonnyWong16 2018-02-19 11:42:14 -08:00
commit 25b1dc6dd8
2 changed files with 6 additions and 3 deletions

View file

@ -113,7 +113,7 @@ login_log_table_options = {
var msg = "<i class='fa fa-refresh fa-spin'></i>&nbspFetching rows...";
showMsg(msg, false, false, 0)
}
}
};
$('.login_log_table').on('click', '> tbody > tr > td.modal-control-ip', function () {
var tr = $(this).closest('tr');