1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-26 07:44:37 +02:00

Link help of partitioning types

This commit is contained in:
Jakub Vrana
2013-07-19 12:37:12 -07:00
parent 3b3d169c72
commit 0be7532b70
3 changed files with 8 additions and 4 deletions

View File

@@ -443,6 +443,7 @@ function partitionByChange(el) {
var partitionTable = /RANGE|LIST/.test(selectValue(el));
alterClass(el.form['partitions'], 'hidden', partitionTable || !el.selectedIndex);
alterClass(document.getElementById('partition-table'), 'hidden', !partitionTable);
helpClose();
}
/** Add next partition row