Latest working copy. Cleanup

This commit is contained in:
Hash Borgir
2022-03-27 04:38:03 -06:00
parent d8a30fcb83
commit d997ef1ed6
7 changed files with 77998 additions and 94399 deletions

View File

@@ -184,6 +184,9 @@ $htmltop = <<<EOT
max-height: 128px;
}
table {
width: 100%;
}
</style>
<script src="res/jquery-3.5.1.min.js"></script>
@@ -198,6 +201,13 @@ $htmltop = <<<EOT
$('.utable').dataTable();
$('.gemtable').dataTable();
$('.rtable').dataTable();
userAgent = window.navigator.userAgent
if(userAgent.includes("Windows") == true) {
$('.itemimage').css("margin-left","40px");
}
});
</script>