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:
@@ -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
|
||||
|
Reference in New Issue
Block a user