spncrmoo of PS Devs
11/9/2015 - 9:42 AM

Pause before executing function

Pause before executing function

function popup(){
	jQuery('html').addClass('show_pop');
}
setTimeout(popup, 3000);