1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-23 06:32:55 +02:00

Avoid hiding column only to show it later

This commit is contained in:
Jakub Vrana
2018-02-09 17:48:38 +01:00
parent 07d1bc4291
commit 557b8b178e
2 changed files with 1 additions and 2 deletions

View File

@@ -385,7 +385,6 @@ function columnShow(checked, column) {
function editingHideDefaults() {
if (innerWidth < document.documentElement.scrollWidth) {
qs('#form')['defaults'].checked = false;
columnShow(false, 5);
}
}