Commit 9c82750b authored by Markus Bergt's avatar Markus Bergt

missed new js in last commit ^^"

parent d90d9691
$(document).ready(function() {
$('#showRegBtn').click(function(){
$('#loginCol').hide();
$('#registerCol').show();
});
$('#showLoginBtn').click(function(){
$('#registerCol').hide();
$('#loginCol').show();
});
});
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment