Added new updates acording to log.
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ $(document).ready(function() {
|
||||
$(".table-wrapper tbody tr").click(function() {
|
||||
var url = $(this).data("href");
|
||||
if (url) {
|
||||
window.location.href = url;
|
||||
window.open(url, '_blank');
|
||||
}
|
||||
});
|
||||
$(".th-desc").hide();
|
||||
|
||||
Reference in New Issue
Block a user