Commit 4b71a2fa by Kim Eunchul

#39703 ジャンルツリーの表示幅変更

parent 8af26de0
......@@ -24,9 +24,19 @@ $(function() {
var tabUnitHeight = document.getElementsByClassName("tabUnitList")[listNum].clientHeight + 60;
$(".tabUnit").css("height", tabUnitHeight +"px");
ResizeTab();
return false;
});
$(".hitarea").click(function(){
if(document.getElementsByClassName("tab_bg_color")[0].clientHeight == 0){
var Height = document.getElementsByClassName("tab_bg_color")[1].clientHeight +65;
}else{
var Height = document.getElementsByClassName("tab_bg_color")[0].clientHeight +85;
}
$(".tabUnit").css("height", Height);
});
});
function ResizeTab() {
......
......@@ -1064,7 +1064,7 @@ CONTENTSEARCH.searchEventButtonFunction = function() {
myQuery = '( true';
}else{
myRegExpArr[0] = new RegExp(myArray[0].slice(1));
myQuery = '( true'
myQuery = '( true';
count++;
}
}else{
......
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