Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
修复节点管理切换模块和分组错误bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yuan1994 committed Dec 11, 2016
1 parent 0d7235c commit a2b8a27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/static/admin/js/admin_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ var setting = {
}
};

// 默认选中模块
var currentModuleId = getHash('mid', 1);
initGroup(currentModuleId);

$(function () {
// 设置高度
var groupHeight = $('.tp-page-aside').height() - $('.tp-panel-module').outerHeight() - 150;
$('.tp-panel-group .panel-body').height(groupHeight);

// 默认选中模块
var currentModuleId = getHash('mid', 1);
initGroup(currentModuleId);
});

/**
Expand Down

0 comments on commit a2b8a27

Please sign in to comment.