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">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Knastrechner</title>
|
||||
<title>Käfigrechner</title>
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
<script src="assets/calculator.js"></script>
|
||||
</head>
|
||||
@ -90,9 +90,11 @@
|
||||
<script>
|
||||
|
||||
const inputWidth = document.getElementById("width");
|
||||
inputWidth.onchange = update;
|
||||
const inputDepth = document.getElementById("depth");
|
||||
inputDepth.onchange = update;
|
||||
const inputHeight = document.getElementById("height");
|
||||
|
||||
inputHeight.onchange = update;
|
||||
|
||||
|
||||
const selectSavicSuiteRoyaleXL = document.getElementById("SavicSuiteRoyaleXL");
|
||||
|
Loading…
Reference in New Issue
Block a user