Loading plugins/apparat_critique/apparat_critique.js +3 −5 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ const PLUGIN_NAME = 'apparat'; class ApparatPlugin extends Plugin{ constructor(name) { super(name); } run() { Loading @@ -24,7 +23,6 @@ class ApparatPlugin extends Plugin { this.hideLacunas(witnessClass); } witnessTooltiping() { document.querySelectorAll('[data-witness]').forEach((e) => { let wlist = e.getAttribute("data-witnesses").replace(" ", ", "); Loading ui/js/MaxTEI.js +0 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,6 @@ class MaxTEI extends AbstractMax { 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'); let position = -1; links.forEach((link, index) => { if(link.dataset.target === newCurrent){ Loading Loading
plugins/apparat_critique/apparat_critique.js +3 −5 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ const PLUGIN_NAME = 'apparat'; class ApparatPlugin extends Plugin{ constructor(name) { super(name); } run() { Loading @@ -24,7 +23,6 @@ class ApparatPlugin extends Plugin { this.hideLacunas(witnessClass); } witnessTooltiping() { document.querySelectorAll('[data-witness]').forEach((e) => { let wlist = e.getAttribute("data-witnesses").replace(" ", ", "); Loading
ui/js/MaxTEI.js +0 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,6 @@ class MaxTEI extends AbstractMax { 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'); let position = -1; links.forEach((link, index) => { if(link.dataset.target === newCurrent){ Loading