Merge remote-tracking branch 'origin/QA_4_3' into QA_4_3

This commit is contained in:
Weblate 2014-11-18 11:21:29 +01:00
commit 54f1bc5d2c

View File

@ -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();
}
});