ok lol
This commit is contained in:
parent
93e2e9b7cd
commit
43cd58f193
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
dist/
|
||||
node_modules/
|
||||
pnpm-lock.yaml
|
||||
pnpm-lock.yaml
|
||||
.vercel
|
||||
|
@ -4,7 +4,7 @@ import {
|
||||
selectClass,
|
||||
selectId,
|
||||
selectTag,
|
||||
} from "./helperFunctions";
|
||||
} from "./helperFunctions.js";
|
||||
|
||||
global.querySelectorAll = document.querySelectorAll;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { selectId, pushStyles, selectTag, addClasslist } from './helperFunctions';
|
||||
import { selectId, pushStyles, selectTag, addClasslist } from './helperFunctions.js';
|
||||
|
||||
$(function() {
|
||||
function toggleVisibility(selector, condition) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { selectId, pushStyles } from "./helperFunctions";
|
||||
import { selectId, pushStyles } from "./helperFunctions.js";
|
||||
|
||||
window.onload = function() {
|
||||
if (!localStorage.getItem('dontShowPopup')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user