Merge branch 'develop' of https://bdgit.trustie.net/hushasha/bigdata into develop

This commit is contained in:
daiao 2017-08-18 19:30:58 +08:00
commit 57e37ee330
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
"</div>");
console.log("##################################"+$(".add-webssh").length);
if($(".add-webssh").length == 5){
$('#codetab_nav_add').addClass("undis");
$(this).hide();
}
LoadingWebssh();
@ -117,7 +117,7 @@
$(this).parent().hide();
$(this).parent().removeClass("add-webssh");
$("#codetab_con_"+$(this).parent().attr("data-tab")).hide();
$('#codetab_nav_add').removeClass("undis");
$('#codetab_nav_add').show();
HoverLi_new($(this).parent().prevAll().first(".add-webssh").attr("data-tab"));
});
HoverLi_new(H);