1 2 3 4 5 6 7 8 9 10 11
(function(){ if (typeof jQuery === 'undefined') { return; } $('form[name=general_auth]').on('submit', function() { fixmystreet.borsetshire.set_redirect(this); }); })();