Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
4b71a2fa
Commit
4b71a2fa
authored
Nov 11, 2020
by
Kim Eunchul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#39703 ジャンルツリーの表示幅変更
parent
8af26de0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
abvw/common/js/tab.js
+10
-0
abvw/js/contentsearch.js
+1
-1
No files found.
abvw/common/js/tab.js
View file @
4b71a2fa
...
...
@@ -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
()
{
...
...
abvw/js/contentsearch.js
View file @
4b71a2fa
...
...
@@ -1064,7 +1064,7 @@ CONTENTSEARCH.searchEventButtonFunction = function() {
myQuery
=
'( true'
;
}
else
{
myRegExpArr
[
0
]
=
new
RegExp
(
myArray
[
0
].
slice
(
1
));
myQuery
=
'( true'
myQuery
=
'( true'
;
count
++
;
}
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment