Selaa lähdekoodia

删除多余代码

1178232204@qq.com 3 vuotta sitten
vanhempi
commit
c0e25d5ffb
1 muutettua tiedostoa jossa 0 lisäystä ja 25 poistoa
  1. 0 25
      src/js/cdss.js

+ 0 - 25
src/js/cdss.js

@@ -519,31 +519,6 @@ function renderWarningDiag(list, name, number) {
     $('.moduleItem.warning').append(str)
     $('.moduleItem.warning').css("display", "block")
   }
-  // $(".pushItemBox").hover(function () {
-  //   $(this).find(".infoImg").css("display", "inline");
-  // }, function () {
-  //   $(this).find(".infoImg").css("display", "none");
-  // });
-  // $(".pushItemName").hover(function () {
-  //   $(this).find(".infoImg").css("display", "inline");
-  // }, function () {
-  //   $(this).find(".infoImg").css("display", "none");
-  // });
-  // $(".item-name").hover(function () {
-  //   $(this).find(".infoImg").css("display", "inline");
-  // }, function () {
-  //   $(this).find(".infoImg").css("display", "none");
-  // });
-  // $(".hidden-i").hover(function () {
-  //   $(this).find(".infoImg").css("display", "inline");
-  // }, function () {
-  //   $(this).find(".infoImg").css("display", "none");
-  // });
-  // $(".infoImg").hover(function () {
-  //   $(this).find(".infoImg").css("display", "inline");
-  // }, function () {
-  //   $(this).find(".infoImg").css("display", "none");
-  // });
 }
 
 function renderLis(list, showNum) {