|
@@ -519,31 +519,31 @@ 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");
|
|
|
- });
|
|
|
+ // $(".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) {
|