Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Nov 18, 2014
2 parents c6aa4fc + 665f1fa commit cdf832c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -375,8 +374,6 @@ $(function () {
$('#pma_navigation_tree_content').html(storage.navTree);
$('div.pageselector.dbselector').html(storage.page);
}
} else {
PMA_showCurrentNavigation();
}
});

Expand Down

0 comments on commit cdf832c

Please sign in to comment.