mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 08:06:56 +00:00
[event] modified repo decrypt popup
This commit is contained in:
@@ -39,6 +39,8 @@ function reqEvents(start) {
|
||||
form.find('input[name="repo_id"]').val($(this).data('repoid'));
|
||||
form.find('.op-target').html($(this).data('reponame'));
|
||||
form.data({'url':$(this).data('url'), 'time':$(this).data('time')}).modal({appendTo:'#main'});
|
||||
$('#simplemodal-container').css({'width':'auto'});
|
||||
$(window).resize();
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
Reference in New Issue
Block a user