mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Remove merge leftover
This commit is contained in:
		@@ -32,7 +32,6 @@
 | 
				
			|||||||
  const app = new App();
 | 
					  const app = new App();
 | 
				
			||||||
  {%- if current_user.is_authenticated %}
 | 
					  {%- if current_user.is_authenticated %}
 | 
				
			||||||
  const currentUserId = {{ current_user.hashid|tojson }};
 | 
					  const currentUserId = {{ current_user.hashid|tojson }};
 | 
				
			||||||
  const jobStatusNotifier = new JobStatusNotifier(currentUserId);
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Initialize components for current user
 | 
					  // Initialize components for current user
 | 
				
			||||||
  app.subscribeUser(currentUserId).catch((error) => {throw JSON.stringify(error);});
 | 
					  app.subscribeUser(currentUserId).catch((error) => {throw JSON.stringify(error);});
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user