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:
@@ -392,6 +392,7 @@ function partitionByChange() {
|
||||
function partitionNameChange() {
|
||||
var row = cloneNode(parentTag(this, 'tr'));
|
||||
row.firstChild.firstChild.value = '';
|
||||
row.firstChild.firstChild.onchange = this.onchange;
|
||||
parentTag(this, 'table').appendChild(row);
|
||||
this.onchange = function () {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user