mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Clean old search container
This commit is contained in:
		@@ -146,7 +146,6 @@ function reset() {
 | 
				
			|||||||
    notes.length = 0;
 | 
					    notes.length = 0;
 | 
				
			||||||
    buttons.length = 0;
 | 
					    buttons.length = 0;
 | 
				
			||||||
    $("#note_list").html("");
 | 
					    $("#note_list").html("");
 | 
				
			||||||
    $("#alias_matched").html("");
 | 
					 | 
				
			||||||
    $("#consos_list").html("");
 | 
					    $("#consos_list").html("");
 | 
				
			||||||
    $("#user_note").text("");
 | 
					    $("#user_note").text("");
 | 
				
			||||||
    $("#profile_pic").attr("src", "/media/pic/default.png");
 | 
					    $("#profile_pic").attr("src", "/media/pic/default.png");
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,8 +14,6 @@ function reset() {
 | 
				
			|||||||
    dests.length = 0;
 | 
					    dests.length = 0;
 | 
				
			||||||
    $("#source_note_list").html("");
 | 
					    $("#source_note_list").html("");
 | 
				
			||||||
    $("#dest_note_list").html("");
 | 
					    $("#dest_note_list").html("");
 | 
				
			||||||
    $("#source_alias_matched").html("");
 | 
					 | 
				
			||||||
    $("#dest_alias_matched").html("");
 | 
					 | 
				
			||||||
    $("#amount").val("");
 | 
					    $("#amount").val("");
 | 
				
			||||||
    $("#reason").val("");
 | 
					    $("#reason").val("");
 | 
				
			||||||
    $("#last_name").val("");
 | 
					    $("#last_name").val("");
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -38,8 +38,6 @@
 | 
				
			|||||||
                        <div class="card-footer bg-white">
 | 
					                        <div class="card-footer bg-white">
 | 
				
			||||||
                            <input class="form-control mx-auto d-block"
 | 
					                            <input class="form-control mx-auto d-block"
 | 
				
			||||||
                                placeholder="{% trans "Name or alias" %}" type="text" id="note" />
 | 
					                                placeholder="{% trans "Name or alias" %}" type="text" id="note" />
 | 
				
			||||||
                            <ul class="list-group list-group-flush" id="alias_matched">
 | 
					 | 
				
			||||||
                            </ul>
 | 
					 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -59,8 +59,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
 | 
				
			|||||||
                </ul>
 | 
					                </ul>
 | 
				
			||||||
                <div class="card-body">
 | 
					                <div class="card-body">
 | 
				
			||||||
                    <input class="form-control mx-auto d-block" type="text" id="source_note" />
 | 
					                    <input class="form-control mx-auto d-block" type="text" id="source_note" />
 | 
				
			||||||
                    <ul class="list-group list-group-flush" id="source_alias_matched">
 | 
					 | 
				
			||||||
                    </ul>
 | 
					 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
@@ -120,8 +118,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
 | 
				
			|||||||
                </ul>
 | 
					                </ul>
 | 
				
			||||||
                <div class="card-body">
 | 
					                <div class="card-body">
 | 
				
			||||||
                    <input class="form-control mx-auto d-block" type="text" id="dest_note" />
 | 
					                    <input class="form-control mx-auto d-block" type="text" id="dest_note" />
 | 
				
			||||||
                    <ul class="list-group list-group-flush" id="dest_alias_matched">
 | 
					 | 
				
			||||||
                    </ul>
 | 
					 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user