Skip to content

Commit 3ea2b05

Browse files
committed
remove old codes
1 parent 35dcec2 commit 3ea2b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api_block/api_list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ define([
318318
var makeUpGreenRoomHTML = function() {
319319
var that;
320320
$(vpCommon.wrapSelector(vpCommon.formatString("#{0}", vpConst.OPTION_GREEN_ROOM), vpCommon.formatString(".{0}", vpConst.API_OPTION_PAGE))).each(function() {
321-
$(this).find("h4:eq(0)").hide();
321+
// $(this).find("h4:eq(0)").hide();
322322
// $(this).find("hr:eq(0)").hide();
323323
$(vpCommon.wrapSelector(vpCommon.formatString("#{0}", vpConst.OPTION_LOAD_AREA))).html($(this));
324324
$(vpCommon.wrapSelector(vpCommon.formatString(".{0}", VP_CLASS_APIBLOCK_OPTION_TAB_SELECTOR))).append($(this));

0 commit comments

Comments
 (0)