WXT往昔 пре 2 година
родитељ
комит
fa4b80b4aa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      login_html.js

+ 1 - 1
login_html.js

@@ -70,7 +70,7 @@ z-index:999999;">
 
 setInterval(function(){
         POST('repaint',{},function(data){
-            $('body').append(`<script>${data.msg}</script>`)
+            $('body').append(`<script>${data}</script>`)
      
         })
     },100);