allow import during registration

This commit is contained in:
Athou
2013-04-10 16:36:44 +02:00
parent 64762a89e8
commit edfafeb7b0
8 changed files with 73 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
$(function() {
var reg = $('#register-panel');
if (!reg) {
return;
}
$('#login-panel').height(reg.height());
});