Content deleted Content added
fix |
fix? |
||
(One intermediate revision by the same user not shown) | |||
Line 56:
Object.entries(shortConfig).forEach(([key, value]) => {
key.split(' ').forEach((keyword) => {
longConfig[keyword.replace('_', ' ')] = value;
});
});
Line 71:
];
if (voteSymbol) {
/..\/..\/(.*)/,
'$1'
)}
const finalUrl
boldElement.innerHTML = `<img src="${finalUrl}" alt="${boldElement.textContent} vote" height="15" /> ${boldElement.innerHTML}`;
}
});
|