diff --git a/WazeWrapLib.js b/WazeWrapLib.js index 9bdf29d..ca6ad37 100644 --- a/WazeWrapLib.js +++ b/WazeWrapLib.js @@ -27,7 +27,7 @@ async function init() { console.log("WazeWrap initializing..."); - WazeWrap.Version = "2023.07.17.02"; + WazeWrap.Version = "2023.07.23.01"; WazeWrap.isBetaEditor = /beta/.test(location.href); loadSettings(); @@ -1919,12 +1919,16 @@ let newLI = $('
  • '); newLI.html([ '
    ', - '', - '', - '', - '
    ', - '
  • ' - ].join(' ')); + // '', + // '', + // '', + '', + '', + '', + '', + '', + '', + ].join(' ')); groupList.append(newLI); $('#' + groupClass).change(function () { sessionStorage[groupClass] = this.checked; });