Commit 269de07f by Lee JaeWon

43863 カテゴリー一覧を開くと、カテゴリー名が途中までしか表示されない

parent 8315bf03
......@@ -2780,7 +2780,7 @@ CHK.createCategory = function(operationGroupMasterList) {
for (var i = 0; i < operationGroupMasterList.length; i++) {
if (operationGroupMasterList[i].operationGroupMasterLevel == 0 ){
var categoryParent = $("<dl id=groupMasterId_" + operationGroupMasterList[i].operationGroupMasterId
+ " class='group-category-list'><dt class='menu-ttl'><a onclick='CHK.changeOperationGroupMaster("
+ " class='group-category-list' style='overflow-x:auto;'><dt class='menu-ttl'><a onclick='CHK.changeOperationGroupMaster("
+ operationGroupMasterList[i].operationGroupMasterId + ");'>" + operationGroupMasterList[i].operationGroupMasterName
+ "</a></dt></dl>");
$('#category-menu').append(categoryParent);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment