mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
🧹
This commit is contained in:
parent
63fafa53b9
commit
94d30eecfd
@ -104,11 +104,6 @@ module.exports = function (config) {
|
||||
const { notLetters, aToE, fToL, mToS, tToZ } = split
|
||||
const sortableTitle = title.replace(/^-/, '')
|
||||
|
||||
if (title.startsWith('-')) {
|
||||
console.log(sortableTitle);
|
||||
|
||||
}
|
||||
|
||||
if (/^[a-e]/gmi.test(sortableTitle)) {
|
||||
return aToE.definitions.push(word)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user