Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ARSnova Mobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Thomas Rehm
ARSnova Mobile
Commits
dd5a7892
Commit
dd5a7892
authored
May 27, 2015
by
Andreas Gärtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix javascript error on flashcardContainer hide (speaker showcase panel)
parent
7f8150cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/main/webapp/app/view/Question.js
src/main/webapp/app/view/Question.js
+5
-2
No files found.
src/main/webapp/app/view/Question.js
View file @
dd5a7892
...
...
@@ -409,8 +409,11 @@ Ext.define('ARSnova.view.Question', {
}
else
{
this
.
answerList
.
hide
(
true
);
button
.
setText
(
Messages
.
SHOW_FLASHCARD_ANSWER
);
ARSnova
.
app
.
mainTabPanel
.
tabPanel
.
userQuestionsPanel
.
next
();
ARSnova
.
app
.
mainTabPanel
.
tabPanel
.
userQuestionsPanel
.
checkIfLastAnswer
();
if
(
!
this
.
viewOnly
)
{
ARSnova
.
app
.
mainTabPanel
.
tabPanel
.
userQuestionsPanel
.
next
();
ARSnova
.
app
.
mainTabPanel
.
tabPanel
.
userQuestionsPanel
.
checkIfLastAnswer
();
}
}
},
scope
:
this
...
...
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