devarification complete, tests ok
This commit is contained in:
@@ -49,7 +49,7 @@ function clickHandler(menuItem) {
|
||||
if (!menuItem) {
|
||||
return;
|
||||
}
|
||||
var m = window.$gz.menu.parseMenuItem(menuItem);
|
||||
let m = window.$gz.menu.parseMenuItem(menuItem);
|
||||
if (m.owner == FORM_KEY && !m.disabled) {
|
||||
switch (m.key) {
|
||||
case "new":
|
||||
@@ -71,7 +71,7 @@ function clickHandler(menuItem) {
|
||||
//
|
||||
//
|
||||
function generateMenu(vm) {
|
||||
var menuOptions = {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-vial",
|
||||
title: window.$gz.translation.get("WidgetList"),
|
||||
|
||||
Reference in New Issue
Block a user