You've already forked tf2wikipricing
fix: typo lol
This commit is contained in:
@@ -421,8 +421,9 @@ function addStyles() {
|
||||
if(__ENV_USERSCRIPT) {
|
||||
const head = document.head || document.getElementsByTagName('head')[0],
|
||||
style = document.createElement('style');
|
||||
head.appendChild(style);
|
||||
style.innerHTML = styleCss;
|
||||
head.appendChild(style);
|
||||
style.innerHTML = require('./style.css');
|
||||
}
|
||||
}
|
||||
|
||||
prepareSchema()
|
||||
|
||||
Reference in New Issue
Block a user