forked from Archives/Athou_commafeed
resources concat and minify in production
This commit is contained in:
7
src/main/webapp/js/welcome.js
Normal file
7
src/main/webapp/js/welcome.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(function() {
|
||||
var reg = $('#register-panel');
|
||||
if (!reg) {
|
||||
return;
|
||||
}
|
||||
$('#login-panel').height(reg.height());
|
||||
});
|
||||
Reference in New Issue
Block a user