Fix linting problems

This commit is contained in:
Tristan Daniël Maat 2021-04-07 23:14:42 +01:00
parent de932501c5
commit 7d028fdebd
Signed by: tlater
GPG key ID: 49670FD774E43268
10 changed files with 52 additions and 46 deletions
src/lib/js

View file

@ -1,3 +1,3 @@
import $ from "jquery";
import jQuery from "jquery";
$(document).ready(() => $("html").removeClass("no-js"));
jQuery(($) => $("html").removeClass("no-js"));