Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
sanitary-net
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b8535a2d
authored
Apr 12, 2024
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
BUGFIX
parent
e6ab4ed6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
takumi-style/app/js/quizMaster.js
takumi-style/app/js/quizMaster.js
View file @
b8535a2d
...
@@ -278,6 +278,8 @@ function quizMaster(et) {
...
@@ -278,6 +278,8 @@ function quizMaster(et) {
$
(
"#result_plate"
).
removeClass
(
"goldPrize randomize1 randomize2 randomize3 answer1 answer2"
);
$
(
"#result_plate"
).
removeClass
(
"goldPrize randomize1 randomize2 randomize3 answer1 answer2"
);
$
(
"#yes_btn"
).
removeClass
(
"yes_btn3 yes_btn2 yes_btn1"
);
$
(
"#yes_btn"
).
removeClass
(
"yes_btn3 yes_btn2 yes_btn1"
);
$
(
"#no_btn"
).
removeClass
(
"no_btn3 no_btn2 no_btn1"
);
$
(
"#no_btn"
).
removeClass
(
"no_btn3 no_btn2 no_btn1"
);
$
(
"#yes_btn"
).
addClass
(
"vanish"
);
$
(
"#no_btn"
).
addClass
(
"vanish"
);
$
(
"#button_next_result"
).
addClass
(
"vanish"
);
$
(
"#button_next_result"
).
addClass
(
"vanish"
);
$
(
"#gamemp3"
).
get
(
0
).
pause
();
$
(
"#gamemp3"
).
get
(
0
).
pause
();
...
@@ -306,6 +308,8 @@ function quizMaster(et) {
...
@@ -306,6 +308,8 @@ function quizMaster(et) {
$
(
"#result_plate"
).
removeClass
(
"goldPrize randomize1 randomize2 randomize3 answer1 answer2"
);
$
(
"#result_plate"
).
removeClass
(
"goldPrize randomize1 randomize2 randomize3 answer1 answer2"
);
$
(
"#yes_btn"
).
removeClass
(
"yes_btn3 yes_btn2 yes_btn1"
);
$
(
"#yes_btn"
).
removeClass
(
"yes_btn3 yes_btn2 yes_btn1"
);
$
(
"#no_btn"
).
removeClass
(
"no_btn3 no_btn2 no_btn1"
);
$
(
"#no_btn"
).
removeClass
(
"no_btn3 no_btn2 no_btn1"
);
$
(
"#yes_btn"
).
addClass
(
"vanish"
);
$
(
"#no_btn"
).
addClass
(
"vanish"
);
$
(
"#button_next_result"
).
addClass
(
"vanish"
);
$
(
"#button_next_result"
).
addClass
(
"vanish"
);
$
(
"#gamemp3"
).
get
(
0
).
pause
();
$
(
"#gamemp3"
).
get
(
0
).
pause
();
...
...
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