1
0
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:
llj
2013-03-29 19:38:38 +08:00
parent 232bd2b2ce
commit 5356f3584c

View File

@@ -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;
});