top of page

Profile

Join date: Jan 29, 2019

About

0 likes received
0 comments received
0 best answers

andrew.day

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"); } } );