top of page

Profile

Join date: Feb 9, 2020

About

0 likes received
0 comments received
0 best answers

john

More actions
bottom of page
import {local} from 'wix-storage'; import wixWindow from 'wix-window'; $w.onReady(function () { if(!local.getItem("firstTimePopupShown")) { wixWindow.openLightbox("agreement"); local.setItem("firstTimePopupShown", "yes"); } } );