]> git.joonet.de Git - adminer.git/commitdiff
Close help after changing type
authorJakub Vrana <jakub@vrana.cz>
Tue, 23 Jul 2013 01:03:30 +0000 (18:03 -0700)
committerJakub Vrana <jakub@vrana.cz>
Tue, 23 Jul 2013 01:03:30 +0000 (18:03 -0700)
adminer/static/editing.js

index 4d301de460d741ce85a0553336f062fc0898f0e6..5d6c028d67c05febcc6164e8b69cf8b405ccbed3 100644 (file)
@@ -386,6 +386,7 @@ function editingTypeChange(type) {
                        alterClass(el, 'hidden', !/`/.test(text));
                }
        }
+       helpClose();
 }
 
 /** Mark length as required