Left in 8640de9
This commit is contained in:
parent
8640de951c
commit
06a1f782e1
@ -74,13 +74,17 @@ var PMA_commonParams = (function () {
|
||||
* @return self For chainability
|
||||
*/
|
||||
set: function (name, value) {
|
||||
var updateNavigation = false;
|
||||
if (params[name] !== undefined && params[name] !== value) {
|
||||
PMA_querywindow.refresh();
|
||||
if (name == 'db' || name == 'table') {
|
||||
PMA_showCurrentNavigation();
|
||||
updateNavigation = true;
|
||||
}
|
||||
}
|
||||
params[name] = value;
|
||||
if (updateNavigation) {
|
||||
PMA_showCurrentNavigation();
|
||||
}
|
||||
return this;
|
||||
},
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user