Loading rxq/html.xqm +1 −1 Original line number Diff line number Diff line Loading @@ -288,7 +288,7 @@ declare %private function max.html:buildTextOptionsMenu($projectId){ <ul class="dropdown-menu" aria-labelledby="txt_options" id="options-list"> { for $cssClass in max.config:getCheckboxTextOptions($projectId) return <li><a><input name="toggle_{$cssClass}" return <li class="dropdown-item"><a><input name="toggle_{$cssClass}" type="checkbox" class="visibility_toggle" id="toggle_{$cssClass}" Loading ui/js/MaxTEI.js +0 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,6 @@ class MaxTEI extends AbstractMax { bindNavigationTool() { //local function : find next or previous nav link let nextOrPrevious = function (step) { let current = document.getElementById("navigation-tool").querySelector('button').getAttribute("data-target").replace("selected-", "");//remove 'selected' prefix let newCurrent = current.replaceAll(".", "\\.") let links = document.getElementById('dropdown-navigation').querySelectorAll('li'); Loading Loading
rxq/html.xqm +1 −1 Original line number Diff line number Diff line Loading @@ -288,7 +288,7 @@ declare %private function max.html:buildTextOptionsMenu($projectId){ <ul class="dropdown-menu" aria-labelledby="txt_options" id="options-list"> { for $cssClass in max.config:getCheckboxTextOptions($projectId) return <li><a><input name="toggle_{$cssClass}" return <li class="dropdown-item"><a><input name="toggle_{$cssClass}" type="checkbox" class="visibility_toggle" id="toggle_{$cssClass}" Loading
ui/js/MaxTEI.js +0 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,6 @@ class MaxTEI extends AbstractMax { bindNavigationTool() { //local function : find next or previous nav link let nextOrPrevious = function (step) { let current = document.getElementById("navigation-tool").querySelector('button').getAttribute("data-target").replace("selected-", "");//remove 'selected' prefix let newCurrent = current.replaceAll(".", "\\.") let links = document.getElementById('dropdown-navigation').querySelectorAll('li'); Loading