integration/js/common.js
changeset 24 1fbf7d835dc2
parent 16 7536b92a7775
child 91 a94f5c62e4d7
equal deleted inserted replaced
23:c9dc489913af 24:1fbf7d835dc2
    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 });