mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Use AJAX in select
This commit is contained in:
@@ -34,14 +34,6 @@ function bodyLoad(version, protocol) {
|
||||
document.body.appendChild(script);
|
||||
}
|
||||
|
||||
/** Get value of select
|
||||
* @param HTMLSelectElement
|
||||
* @return string
|
||||
*/
|
||||
function selectValue(select) {
|
||||
return select.value || select.options[select.selectedIndex].text;
|
||||
}
|
||||
|
||||
/** Get value of dynamically created form field
|
||||
* @param HTMLFormElement
|
||||
* @param string
|
||||
|
Reference in New Issue
Block a user