Commit aadb00db authored by Kento HASEGAWA's avatar Kento HASEGAWA

Fix a bug

parent f85bdc55
...@@ -121,6 +121,7 @@ $(function(){ ...@@ -121,6 +121,7 @@ $(function(){
}).done(function(d){ }).done(function(d){
$("#client-control-pane").html(""); $("#client-control-pane").html("");
$("#client-control-pane").html(d); $("#client-control-pane").html(d);
pm.getStatus();
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment