I have a form that saves as a tiff file to my repository. When I add code to javascript and css it suspends at save to repository. If I remove the code, it saves to repository. Is this expected behavior?
It appears to be caused by this specific code -
$(document).ready(function () { $.getScript('http://myserver/Program Files/Laserfiche/Laserfiche Forms/Forms/js/jquery.mask.min.js', function () { $(".phone input").mask("(999)999-9999"); }); });