1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-01 09:24:35 +00:00

[fileupload] UI fix for 'file replace confirm popup'

This commit is contained in:
llj 2015-07-17 15:48:00 +08:00
parent c27de9265a
commit d3097a6acf

View File

@ -212,6 +212,7 @@ define([
} }
} }
}); });
$('#simplemodal-container').css({'height':'auto'});
$('.yes', confirm_popup).click(function() { $('.yes', confirm_popup).click(function() {
file.choose_to_update = true; file.choose_to_update = true;
$.modal.close(); $.modal.close();