mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Fix skipOriginal after unconvertFunction
This commit is contained in:
@@ -568,7 +568,7 @@ function functionChange() {
|
|||||||
* @this HTMLTableCellElement
|
* @this HTMLTableCellElement
|
||||||
*/
|
*/
|
||||||
function skipOriginal(first) {
|
function skipOriginal(first) {
|
||||||
var fnSelect = this.previousSibling.firstChild;
|
var fnSelect = qs('select', this.previousSibling);
|
||||||
if (fnSelect.selectedIndex < first) {
|
if (fnSelect.selectedIndex < first) {
|
||||||
fnSelect.selectedIndex = first;
|
fnSelect.selectedIndex = first;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user