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