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