aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/borsetshire/js.js
blob: 6c0da398e5126ed7702ab433da85beb348a0533b (plain)
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);
    });

})();