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