Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3
This commit is contained in:
commit
54f1bc5d2c
@ -366,7 +366,6 @@ $(function () {
|
||||
});
|
||||
// Initialize if no previous state is defined
|
||||
if (typeof storage.navTree === 'undefined') {
|
||||
PMA_showCurrentNavigation();
|
||||
navTreeStateUpdate();
|
||||
} else if (PMA_commonParams.get('server') === storage.server &&
|
||||
PMA_commonParams.get('token') === storage.token
|
||||
@ -375,8 +374,6 @@ $(function () {
|
||||
$('#pma_navigation_tree_content').html(storage.navTree);
|
||||
$('div.pageselector.dbselector').html(storage.page);
|
||||
}
|
||||
} else {
|
||||
PMA_showCurrentNavigation();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user