Help on html template soft rejection point

Hi,

I have one template and its stuck in soft rejection for below issue.

GLOBAL VARIABLES ARE NOT ALLOW: please make sure you don’t use global variables, you can wrap all your JavaScript code into a IIFE function, example: (function() { // HERE GOES YOUR CODE })() - more information: https://gist.github.com/hallettj/64478

my template link http://veepixel.com/demo/html/photobooth/

Can any one help to get out of this loop :slight_smile:

Thanks,

no one to help? :frowning:

Hi! :slight_smile:

So what is the problem? Just wrap your code like:

(function() {
...all your code
} )();

This link is quite helpful: https://gist.github.com/hallettj/64478 :ok_hand:

Thanks buddy, let me push the suggestion you given and see how it goes :slight_smile: