Merged conflicts
This commit is contained in:
commit
b4636c8595
|
@ -25,6 +25,7 @@ function getData() {
|
|||
if (!(msg == '')) {
|
||||
$('#wt1').empty();
|
||||
$('#wt1').css("display","block");
|
||||
$('#wt1').css("display","block");
|
||||
$('#wt1').append(msg);
|
||||
} else {
|
||||
console.log(msg);
|
||||
|
|
Loading…
Reference in New Issue