mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 01:22:08 +00:00
Db generation working on linux/windows
This commit is contained in:
11
res/app.js
11
res/app.js
@@ -35,8 +35,13 @@ $(document).ready(function () {
|
||||
|
||||
x = $(this).find(':selected').text();
|
||||
y = document.getElementById('item');
|
||||
y.value = x;
|
||||
|
||||
|
||||
y.value = x;
|
||||
});
|
||||
|
||||
$(".btnconfig").click(function(){
|
||||
$(".ctrl-config").hide();
|
||||
$("#loading").show();
|
||||
|
||||
});
|
||||
|
||||
});
|
@@ -64,4 +64,8 @@ body {
|
||||
|
||||
h1,h2,h3,h4,h5,h6, div > p {
|
||||
font-family: Exocet;
|
||||
}
|
||||
#loading {
|
||||
margin-top: 40px;
|
||||
font-family: lato !important;
|
||||
}
|
Reference in New Issue
Block a user