bootstrap introduced

This commit is contained in:
mad
2018-08-12 15:09:47 +02:00
parent f5fa2a3ada
commit abcc43367d
7 changed files with 100 additions and 42 deletions
+4
View File
@@ -0,0 +1,4 @@
function dropdown(i,e) {
document.getElementById(i).innerHTML = e;
document.getElementById(i +'h').value = e;
}