mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
Misc cleanup. Work on armor/weapons next.
This commit is contained in:
@@ -220,13 +220,13 @@ body {
|
||||
$('.utable').dataTable();
|
||||
$('.gemtable').dataTable();
|
||||
$('.rtable').dataTable();
|
||||
// $('.mtable').dataTable();
|
||||
$('.mtable').dataTable();
|
||||
|
||||
|
||||
userAgent = window.navigator.userAgent
|
||||
if(userAgent.includes("Windows") == true) {
|
||||
$('.itemimage').css("margin-left","40px");
|
||||
$('nav').remove();
|
||||
// $('nav').remove();
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user