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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user