d123 %!s(int64=7) %!d(string=hace) años
padre
commit
0b1d8acd7d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      CallCenterWeb.UI/js/index.js

+ 2 - 2
CallCenterWeb.UI/js/index.js

@@ -662,7 +662,7 @@
662 662
                 }
663 663
                 //火狐浏览器在拖拽空div时会出现bug
664 664
                 //return false阻止默认事件,解决火狐的bug
665
-                return false;
665
+//              return false;
666 666
 
667 667
             }
668 668
      
@@ -680,7 +680,7 @@
680 680
                 if (result.state.toLowerCase() == "success") {
681 681
                     $(".dpd").text(result.data.dpd);
682 682
                     $(".djd").text(result.data.djd);
683
-//                  $(".dcl").text(result.data.dcl);
683
+//               $(".dcl").text(result.data.dcl);
684 684
                 }
685 685
             })
686 686
         }