Merge branch 'QA_4_3'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
commit
fbb1c42176
@ -27,6 +27,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4712 Wrongly positioned date-picker while Grid-Editing
|
||||
- bug #4714 Forced ORDER BY for own sql statements
|
||||
- bug #4721 Undefined property: stdClass::$version
|
||||
- bug #4719 'only_db' not working
|
||||
|
||||
4.3.7.0 (2015-01-15)
|
||||
- bug #4694 js error on marking table as favorite in Safari (in private mode)
|
||||
|
||||
@ -435,11 +435,7 @@ $(function () {
|
||||
var storage = window.sessionStorage;
|
||||
// remove tree from storage if Navi_panel config form is submitted
|
||||
$(document).on('submit', 'form.config-form', function(event) {
|
||||
if ($(this).attr('action').indexOf('form=Navi_panel') >= 0 ||
|
||||
$(this).attr('action').indexOf('form=Main_panel') >= 0
|
||||
) {
|
||||
storage.removeItem('navTree');
|
||||
}
|
||||
storage.removeItem('navTree');
|
||||
});
|
||||
// Initialize if no previous state is defined
|
||||
if (typeof storage.navTree === 'undefined') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user