1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

hide 'footer' when there is 'recommend'

This commit is contained in:
llj
2012-08-10 14:54:54 +08:00
parent 72dd6f61da
commit 085a73a323

View File

@@ -4,3 +4,4 @@ $('#bottom-bar').css({'position':'fixed', 'bottom':0, 'left':$('#main').offset()
$('#recommend').click(function() {
$('#recommend-form').modal({appendTo: '#main'});
});
$('#footer').addClass('hide');