IDEMPIERE-3901 Zooming from HTML report doesn't work on firefox (AP2-851)
This commit is contained in:
parent
aa5b120946
commit
67dbc090f0
|
@ -46,7 +46,7 @@ function showColumnMenu(e, columnName, row) {
|
|||
var contextMenu;
|
||||
|
||||
function getMenu (componentId, foreignColumnName, value){
|
||||
if (contextMenu == null){
|
||||
if (componentId != null){
|
||||
|
||||
//menu div
|
||||
var menu = document.createElement("div");
|
||||
|
|
Loading…
Reference in New Issue