Hello, I have a problem of the preview in pro loading forever when I added some JQuery code in Page JS. When I remove the code it loads normally. Can you help me fix this without removing the code
the code:
(function($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0]='EMAIL';
ftypes[0]='email';
fnames[1]='FNAME';
ftypes[1]='text';
}(jQuery));
var $mcj = jQuery.noConflict(true);