bootstrap introduced
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
function dropdown(i,e) {
|
||||
document.getElementById(i).innerHTML = e;
|
||||
document.getElementById(i +'h').value = e;
|
||||
}
|
||||
Reference in New Issue
Block a user