This commit is contained in:
Oscar 2019-11-19 20:08:20 +01:00
parent 63fafa53b9
commit 94d30eecfd

View File

@ -104,11 +104,6 @@ module.exports = function (config) {
const { notLetters, aToE, fToL, mToS, tToZ } = split const { notLetters, aToE, fToL, mToS, tToZ } = split
const sortableTitle = title.replace(/^-/, '') const sortableTitle = title.replace(/^-/, '')
if (title.startsWith('-')) {
console.log(sortableTitle);
}
if (/^[a-e]/gmi.test(sortableTitle)) { if (/^[a-e]/gmi.test(sortableTitle)) {
return aToE.definitions.push(word) return aToE.definitions.push(word)
} }