mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
JS: Use let/const for globals
This commit is contained in:
@@ -396,7 +396,7 @@ function editingMoveRow(up){
|
||||
return false;
|
||||
}
|
||||
|
||||
var lastType = '';
|
||||
let lastType = '';
|
||||
|
||||
/** Clear length and hide collation or unsigned
|
||||
* @this HTMLSelectElement
|
||||
|
Reference in New Issue
Block a user