mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 01:22:08 +00:00
latest working copy, file backup, tbl entry done, minor tweaks
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
function val() {
|
||||
w = document.getElementById("w-select");
|
||||
w.value = '';
|
||||
|
||||
a = document.getElementById("a-select");
|
||||
a.required = "required";
|
||||
w.required = "";
|
||||
}
|
||||
function val2() {
|
||||
a = document.getElementById("a-select");
|
||||
a.value = '';
|
||||
|
||||
w = document.getElementById("w-select");
|
||||
w.required = "required";
|
||||
a.required = "";
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
|
@@ -35,3 +35,14 @@ option {
|
||||
.col-4 {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.container-top {
|
||||
border: 1px solid #ddd;
|
||||
margin: 30px auto;
|
||||
padding: 10px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
body {
|
||||
background: black;
|
||||
}
|
Reference in New Issue
Block a user