Merge branch 'QA_4_3'
This commit is contained in:
commit
c84304aae9
@ -1125,10 +1125,10 @@ var PMA_fastFilter = {
|
||||
var $filterContainer = $this.closest('div.list_container');
|
||||
var $filterInput = $([]);
|
||||
if ($filterContainer
|
||||
.children('li.fast_filter:not(.db_fast_filter) input.searchClause')
|
||||
.find('li.fast_filter:not(.db_fast_filter) input.searchClause')
|
||||
.length !== 0) {
|
||||
$filterInput = $filterContainer
|
||||
.children('li.fast_filter:not(.db_fast_filter) input.searchClause');
|
||||
.find('li.fast_filter:not(.db_fast_filter) input.searchClause');
|
||||
}
|
||||
var searchClause2 = '';
|
||||
if ($filterInput.length !== 0 &&
|
||||
|
||||
@ -1292,8 +1292,7 @@ class PMA_NavigationTree
|
||||
'vPath' => $paths['vPath'],
|
||||
'pos' => $this->_pos,
|
||||
'server' => $GLOBALS['server'],
|
||||
'pos2_name' => $paths['aPath_clean'][2],
|
||||
'searchClause2' => $this->_searchClause2
|
||||
'pos2_name' => $paths['aPath_clean'][2]
|
||||
);
|
||||
if ($level == 3) {
|
||||
$pos = $node->pos3;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user