mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
refactor: dont use deprecated function
This commit is contained in:
parent
e290b529b7
commit
50b658b722
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import Konami from "konami";
|
|||
import { envConfig } from "./constants/env-config";
|
||||
import * as ServerConfiguration from "./ape/server-configuration";
|
||||
|
||||
$(document).ready(() => {
|
||||
$((): void => {
|
||||
Misc.loadCSS("/css/slimselect.min.css", true);
|
||||
Misc.loadCSS("/css/balloon.min.css", true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue