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
f330b35b
Commit
f330b35b
authored
Oct 10, 2014
by
Masaru Abe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
コンテンツ共有仕上げ
parent
a7d2b755
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
abvw/js/share.js
+3
-2
No files found.
abvw/js/share.js
View file @
f330b35b
...
@@ -70,12 +70,13 @@ SHARE.openContentShare = function() {
...
@@ -70,12 +70,13 @@ SHARE.openContentShare = function() {
$
(
"#dlgContentShare"
).
css
(
'top'
,
'0'
);
$
(
"#dlgContentShare"
).
css
(
'top'
,
'0'
);
}
}
return
false
;
//
return false;
};
};
SHARE
.
dlgContentShare_close_Click
=
function
(){
SHARE
.
dlgContentShare_close_Click
=
function
(
e
){
e
.
preventDefault
();
if
(
$
(
'#contentDetail'
).
is
(
':visible'
))
{
if
(
$
(
'#contentDetail'
).
is
(
':visible'
))
{
// 表示されている場合の処理
// 表示されている場合の処理
}
else
{
}
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