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
fe308947
Commit
fe308947
authored
May 31, 2015
by
Andreas Gärtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Task #16020: Hide scrolling elements for student role.
parent
5b31f18d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
src/main/webapp/app/view/FreetextAnswerPanel.js
src/main/webapp/app/view/FreetextAnswerPanel.js
+1
-1
src/main/webapp/app/view/FreetextDetailAnswer.js
src/main/webapp/app/view/FreetextDetailAnswer.js
+1
-1
src/main/webapp/app/view/feedbackQuestions/DetailsPanel.js
src/main/webapp/app/view/feedbackQuestions/DetailsPanel.js
+0
-1
src/main/webapp/app/view/feedbackQuestions/QuestionsPanel.js
src/main/webapp/app/view/feedbackQuestions/QuestionsPanel.js
+1
-1
No files found.
src/main/webapp/app/view/FreetextAnswerPanel.js
View file @
fe308947
...
...
@@ -318,7 +318,7 @@ Ext.define('ARSnova.view.FreetextAnswerPanel', {
var
screenWidth
=
(
window
.
innerWidth
>
0
)
?
window
.
innerWidth
:
screen
.
width
;
ARSnova
.
app
.
innerScrollPanel
=
this
;
if
(
screenWidth
>
700
)
{
if
(
screenWidth
>
700
&&
ARSnova
.
app
.
userRole
===
ARSnova
.
app
.
USER_ROLE_SPEAKER
)
{
this
.
zoomButton
.
show
();
this
.
initializeZoomComponents
();
}
...
...
src/main/webapp/app/view/FreetextDetailAnswer.js
View file @
fe308947
...
...
@@ -234,7 +234,7 @@ Ext.define('ARSnova.view.FreetextDetailAnswer', {
ARSnova
.
app
.
innerScrollPanel
=
this
;
var
screenWidth
=
(
window
.
innerWidth
>
0
)
?
window
.
innerWidth
:
screen
.
width
;
if
(
screenWidth
>
700
)
{
if
(
screenWidth
>
700
&&
ARSnova
.
app
.
userRole
===
ARSnova
.
app
.
USER_ROLE_SPEAKER
)
{
this
.
zoomButton
.
show
();
this
.
initializeZoomComponents
();
}
...
...
src/main/webapp/app/view/feedbackQuestions/DetailsPanel.js
View file @
fe308947
...
...
@@ -138,7 +138,6 @@ Ext.define('ARSnova.view.feedbackQuestions.DetailsPanel', {
scope
:
this
,
handler
:
function
()
{
var
panel
=
ARSnova
.
app
.
mainTabPanel
.
tabPanel
.
feedbackQuestionsPanel
;
ARSnova
.
app
.
questionModel
.
deleteInterposed
(
this
.
questionObj
,
{
success
:
function
()
{
me
.
questionObj
.
destroy
();
...
...
src/main/webapp/app/view/feedbackQuestions/QuestionsPanel.js
View file @
fe308947
...
...
@@ -67,7 +67,7 @@ Ext.define('ARSnova.view.feedbackQuestions.QuestionsPanel', {
ARSnova
.
app
.
mainTabPanel
.
tabPanel
.
feedbackQuestionsPanel
.
questionsPanel
.
updateTime
();
},
interval
:
1000
// 1 second
}
,
}
},
toolbar
:
null
,
...
...
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