|
@@ -4698,6 +4698,7 @@ $(document).ready(() => {
|
|
$('#unlock-ok').attr('lid', lid);
|
|
$('#unlock-ok').attr('lid', lid);
|
|
$('#unlock').modal('show');
|
|
$('#unlock').modal('show');
|
|
});
|
|
});
|
|
|
|
+ $('#cooperation').on('show.bs.modal', function(){reloadCooperationHtml();});
|
|
$('#unlock-ok').click(function () {
|
|
$('#unlock-ok').click(function () {
|
|
const lid = this.getAttribute('lid');
|
|
const lid = this.getAttribute('lid');
|
|
if (!lid) return;
|
|
if (!lid) return;
|