Compare commits
2 Commits
1d41b0cfc7
...
ecd7027bdd
Author | SHA1 | Date | |
---|---|---|---|
ecd7027bdd | |||
75c814c057 |
@ -2,7 +2,7 @@
|
|||||||
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
<html lang="en" xmlns="http://www.w3.org/1999/html">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Knastrechner</title>
|
<title>Käfigrechner</title>
|
||||||
<link rel="stylesheet" href="assets/css/style.css">
|
<link rel="stylesheet" href="assets/css/style.css">
|
||||||
<script src="assets/calculator.js"></script>
|
<script src="assets/calculator.js"></script>
|
||||||
</head>
|
</head>
|
||||||
@ -90,9 +90,11 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
const inputWidth = document.getElementById("width");
|
const inputWidth = document.getElementById("width");
|
||||||
|
inputWidth.onchange = update;
|
||||||
const inputDepth = document.getElementById("depth");
|
const inputDepth = document.getElementById("depth");
|
||||||
|
inputDepth.onchange = update;
|
||||||
const inputHeight = document.getElementById("height");
|
const inputHeight = document.getElementById("height");
|
||||||
|
inputHeight.onchange = update;
|
||||||
|
|
||||||
|
|
||||||
const selectSavicSuiteRoyaleXL = document.getElementById("SavicSuiteRoyaleXL");
|
const selectSavicSuiteRoyaleXL = document.getElementById("SavicSuiteRoyaleXL");
|
||||||
|
Loading…
Reference in New Issue
Block a user