mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Buttons list didn't work as well
This commit is contained in:
		@@ -32,7 +32,7 @@
 | 
			
		||||
            if (pattern === old_pattern || pattern === "")
 | 
			
		||||
                return;
 | 
			
		||||
 | 
			
		||||
            $("#user_table").load(location.href + "?search=" + pattern.replace(" ", "%20") + " #user_table", init);
 | 
			
		||||
            $("#user_table").load(location.pathname + "?search=" + pattern.replace(" ", "%20") + " #user_table", init);
 | 
			
		||||
 | 
			
		||||
            $(".table-row").click(function() {
 | 
			
		||||
                window.document.location = $(this).data("href");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user