Open gamerinshaft opened 6 years ago
I resolved this problem by adding this code:
mokuji.js line 181 180 var textContent = this.censorshipId(node.textContent); 181 node.id = this.censorshipId(node.id); // I added this code :D 182 183 // add to wrapper 184 node.id = this.setAnchor(node.id, textContent, options.anchorType); 185 ol.appendChild(this.buildList(node, a.cloneNode(false), li.cloneNode(false)));
It's working without bug, but there may be better way.
plz check it out π
γη₯γγγγγγ¨γγγγγΎγοΌπ ε¦ηγη’Ίθͺ欑第γεθγ«γγγ¦γγγ γγΎγοΌ
I resolved this problem by adding this code:
It's working without bug, but there may be better way.
plz check it out π