integration/js/common.js
changeset 26 7c394ea40f28
parent 24 1fbf7d835dc2
child 91 a94f5c62e4d7
equal deleted inserted replaced
25:eea45f9b124b 26:7c394ea40f28
    20         $(".user.signup").show();
    20         $(".user.signup").show();
    21     });
    21     });
    22     $(".login-form, .signup-form").submit(function() {
    22     $(".login-form, .signup-form").submit(function() {
    23         $(".user").hide();
    23         $(".user").hide();
    24     });
    24     });
       
    25 
    25 });
    26 });