Fixed context menu issue.
parent
e7e4d5cf0a
commit
6adc1bfd42
|
@ -799,7 +799,7 @@ define('pgadmin.browser', [
|
|||
priority: _m.priority, data: _m.data, url: _m.url || '#',
|
||||
target: _m.target, icon: _m.icon,
|
||||
enable: function() {
|
||||
if(_m.enable) {
|
||||
if (_.isEmpty(_m.enable)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue