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