mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
Latest working copy. Cleanup
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user