mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +02:00
🚨 Adds missing semmi
This commit is contained in:
parent
6702b9335f
commit
1f3ed135de
@ -32,7 +32,7 @@ export const LoadExternalTheme = function th() {
|
|||||||
const preloadTheme = (href) => {
|
const preloadTheme = (href) => {
|
||||||
const link = document.createElement('link');
|
const link = document.createElement('link');
|
||||||
link.rel = 'stylesheet';
|
link.rel = 'stylesheet';
|
||||||
link.type = 'text/css'
|
link.type = 'text/css';
|
||||||
link.href = href;
|
link.href = href;
|
||||||
document.head.appendChild(link);
|
document.head.appendChild(link);
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user