reverted $ fix

This commit is contained in:
Jack 2020-12-05 15:49:53 +00:00
parent 5cf3952580
commit 2ea650642d
2 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,3 @@
import { $ } from "jquery";
export function showBackgroundLoader() {
$("#backgroundLoader").stop(true, true).fadeIn(125);
}

View file

@ -1,6 +1,4 @@
import { showBackgroundLoader, hideBackgroundLoader } from "./dom-util";
import { $, moment } from "jquery";
let themesList = null;
export async function getThemesList() {
if (themesList == null) {