fixed remove buttom visibility
This commit is contained in:
parent
ab264d780f
commit
eb7c925857
@ -9,6 +9,11 @@
|
|||||||
<script>
|
<script>
|
||||||
let right_panel_buffer = null;
|
let right_panel_buffer = null;
|
||||||
|
|
||||||
|
$(document).ready(function()
|
||||||
|
{
|
||||||
|
$("#remove_btn").hide();
|
||||||
|
});
|
||||||
|
|
||||||
$.ajax
|
$.ajax
|
||||||
({
|
({
|
||||||
url: "./res/forum/api/list_users.php",
|
url: "./res/forum/api/list_users.php",
|
||||||
@ -20,6 +25,7 @@
|
|||||||
|
|
||||||
$("#left_panel").on("click", ".output", function(event)
|
$("#left_panel").on("click", ".output", function(event)
|
||||||
{
|
{
|
||||||
|
$("#remove_btn").show();
|
||||||
if (right_panel_buffer == null) right_panel_buffer = document.getElementById("right_panel").innerHTML;
|
if (right_panel_buffer == null) right_panel_buffer = document.getElementById("right_panel").innerHTML;
|
||||||
|
|
||||||
$.ajax
|
$.ajax
|
||||||
|
Loading…
x
Reference in New Issue
Block a user