mirror of
https://github.com/vrana/adminer.git
synced 2025-08-25 15:31:15 +02:00
Move inline event handlers to <script>
This commit is contained in:
@@ -287,9 +287,10 @@ function editingMoveRow(dir){
|
||||
var lastType = '';
|
||||
|
||||
/** Clear length and hide collation or unsigned
|
||||
* @param HTMLSelectElement
|
||||
* @this HTMLSelectElement
|
||||
*/
|
||||
function editingTypeChange(type) {
|
||||
function editingTypeChange() {
|
||||
var type = this;
|
||||
var name = type.name.substr(0, type.name.length - 6);
|
||||
var text = selectValue(type);
|
||||
for (var i=0; i < type.form.elements.length; i++) {
|
||||
|
Reference in New Issue
Block a user