king
2024-03-08 e6d66b3c9973551d6f8571b8e72ce6fbfce27cd3
src/tabviews/custom/popview/index.jsx
@@ -70,6 +70,7 @@
        config = JSON.stringify(config)
        config = config.replace(/@mywebsite@\//ig, window.GLOB.baseurl)
        config = JSON.parse(config)
        config.MenuName = Tab.logLabel || Tab.label || ''
      } catch (e) {
        console.warn('Parse Failure')
        config = ''
@@ -227,6 +228,8 @@
            }
          }
          tab.$menuname = (Tab.logLabel || Tab.label || '') + '-' + (tab.label || '')
          return true
        })