You've already forked tf2wikipricing
fix: typo lol
This commit is contained in:
@@ -422,7 +422,8 @@ function addStyles() {
|
|||||||
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