Merge commit 'dac3175'
This commit is contained in:
commit
c8294ac3d4
@ -386,6 +386,9 @@ function collapseTreeNode($expandElem) {
|
||||
* @returns void
|
||||
*/
|
||||
function loadChildNodes($expandElem, callback) {
|
||||
if (!$expandElem.hasClass('expander')) {
|
||||
return;
|
||||
}
|
||||
var $destination = $expandElem.closest('li');
|
||||
|
||||
var searchClause = PMA_fastFilter.getSearchClause();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user