fix: const to let

This commit is contained in:
sthag 2026-02-09 21:29:00 +01:00
parent 9ce027285c
commit d6827e6dfd

View file

@ -91,7 +91,7 @@ function HippieMeta($ma, $pp) {
let metaOn = false;
$ma.click(function () {
const $wrap, $pop;
let $wrap, $pop;
// if (metaOn !== true) {
if (!metaOn) {