mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Fix I'm the emitter button
This commit is contained in:
		@@ -183,7 +183,10 @@ $(document).ready(function () {
 | 
			
		||||
 | 
			
		||||
  if (location.hash) { $('#type_' + location.hash.substr(1)).click() } else { type_transfer.click() }
 | 
			
		||||
 | 
			
		||||
  $('#source_me').click(function () {
 | 
			
		||||
  $('#source_me').click(function (event) {
 | 
			
		||||
    // Prevent TurboLinks
 | 
			
		||||
    event.preventDefault();
 | 
			
		||||
 | 
			
		||||
    if (LOCK) { return }
 | 
			
		||||
 | 
			
		||||
    // Shortcut to set the current user as the only emitter
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user