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
2048b3e5
Commit
2048b3e5
authored
May 05, 2015
by
vietdo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#16109 【Web 1.6.2】試験結果がログ閲覧できない
parent
88baf51f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
abvw/js/contentview.js
+8
-8
No files found.
abvw/js/contentview.js
View file @
2048b3e5
...
@@ -934,17 +934,17 @@ CONTENTVIEW.showErrorScreen = function() {
...
@@ -934,17 +934,17 @@ CONTENTVIEW.showErrorScreen = function() {
});
});
$
(
'.toast-type-error'
).
css
(
'height'
,
'100px'
);
$
(
'.toast-type-error'
).
css
(
'height'
,
'100px'
);
$
(
'.toast-type-error > p'
).
css
(
'padding-top'
,
'35px'
);
$
(
'.toast-type-error > p'
).
css
(
'padding-top'
,
'35px'
);
//オーサリングプレビュー対応
//オーサリングプレビュー対応
if
(
COMMON
.
isAuthoringPreview
()
&&
CONTENTVIEW_GENERAL
.
pid
!=
''
){
if
(
COMMON
.
isAuthoringPreview
()
&&
CONTENTVIEW_GENERAL
.
pid
!=
''
){
$
(
'.toast-item-close'
).
live
(
'click'
,
function
(){
$
(
'.toast-item-close'
).
live
(
'click'
,
function
(){
window
.
open
(
''
,
'_self'
,
''
);
window
.
open
(
''
,
'_self'
,
''
);
window
.
close
();
window
.
close
();
});
});
}
else
{
}
else
{
$
(
'.toast-item-close'
).
live
(
'click'
,
CONTENTVIEW_EVENTS
.
imgBack_click
);
$
(
'.toast-item-close'
).
live
(
'click'
,
CONTENTVIEW_EVENTS
.
imgBack_click
);
}
}
};
};
/* display alert screen*/
/* display alert screen*/
...
@@ -2825,7 +2825,7 @@ CONTENTVIEW.ContentPage.prototype.addPageObjects = function (pageObjects) {
...
@@ -2825,7 +2825,7 @@ CONTENTVIEW.ContentPage.prototype.addPageObjects = function (pageObjects) {
obj
.
height
,
obj
.
height
,
obj
.
visible
,
obj
.
visible
,
obj
.
showResult
,
obj
.
showResult
,
obj
.
endResult
,
obj
.
s
endResult
,
obj
.
replyLimit
,
obj
.
replyLimit
,
obj
.
fullScreen
,
obj
.
fullScreen
,
obj
.
saveAs
,
obj
.
saveAs
,
...
@@ -3658,12 +3658,12 @@ CONTENTVIEW.setDefaultEvent = function() {
...
@@ -3658,12 +3658,12 @@ CONTENTVIEW.setDefaultEvent = function() {
$
(
'#button_pre_canvas'
).
css
(
'opacity'
,
'0'
);
$
(
'#button_pre_canvas'
).
css
(
'opacity'
,
'0'
);
$
(
'#button_next_canvas'
).
css
(
'opacity'
,
'0'
);
$
(
'#button_next_canvas'
).
css
(
'opacity'
,
'0'
);
});
});
//オーサリングプレビュー対応
//オーサリングプレビュー対応
if
(
COMMON
.
isAuthoringPreview
()
&&
CONTENTVIEW_GENERAL
.
pid
!=
''
){
if
(
COMMON
.
isAuthoringPreview
()
&&
CONTENTVIEW_GENERAL
.
pid
!=
''
){
$
(
'#close_screen'
).
click
(
function
(){
$
(
'#close_screen'
).
click
(
function
(){
window
.
open
(
''
,
'_self'
,
''
);
window
.
open
(
''
,
'_self'
,
''
);
window
.
close
();
window
.
close
();
});
});
}
}
...
...
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