Added new updates acording to log.

This commit is contained in:
2024-02-13 15:19:22 +01:00
parent 0735ba4f5a
commit 42a3f773a9
7 changed files with 144 additions and 27 deletions
+1 -1
View File
@@ -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();