Db generation working on linux/windows

This commit is contained in:
color.diff=auto
2021-03-24 09:37:21 -06:00
parent 688fb724af
commit f322f2067e
105 changed files with 99 additions and 47532 deletions

View File

@@ -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();
});
});

View File

@@ -64,4 +64,8 @@ body {
h1,h2,h3,h4,h5,h6, div > p {
font-family: Exocet;
}
#loading {
margin-top: 40px;
font-family: lato !important;
}