mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
reverted $ fix
This commit is contained in:
parent
5cf3952580
commit
2ea650642d
2 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
import { $ } from "jquery";
|
||||
|
||||
export function showBackgroundLoader() {
|
||||
$("#backgroundLoader").stop(true, true).fadeIn(125);
|
||||
}
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
import { showBackgroundLoader, hideBackgroundLoader } from "./dom-util";
|
||||
import { $, moment } from "jquery";
|
||||
|
||||
let themesList = null;
|
||||
export async function getThemesList() {
|
||||
if (themesList == null) {
|
||||
|
|
Loading…
Reference in a new issue