This commit is contained in:
2019-12-11 00:31:11 +00:00
parent d2ebf02aea
commit 76f2e249d9
3 changed files with 4 additions and 2 deletions

View File

@@ -318,7 +318,7 @@ function generateMenu(vm) {
isMain: false,
icon: "fa-sliders-h",
title: window.$gz.locale.get("Customize"),
helpUrl: "intro/#searching",
helpUrl: "user-form-customize",
formData: {
formKey: FORM_KEY,
ayaType: window.$gz.type.FormCustom,

View File

@@ -652,7 +652,7 @@ function generateMenu(vm) {
isMain: false,
icon: "fa-splotch",
title: window.$gz.locale.get("Widget"),
helpUrl: "intro/#searching",
helpUrl: "user-form-widget",
formData: {
formKey: FORM_KEY,
ayaType: window.$gz.type.Widget,