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
cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Curtis Adam
cards
Commits
be0f2ca4
Commit
be0f2ca4
authored
Jul 08, 2019
by
Klaus-Dieter Quibeldey-Cirkel
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct URL
parent
0accb60b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
i18n/de.i18n.json
i18n/de.i18n.json
+1
-1
imports/ui/main/modal/arsnovaLite.js
imports/ui/main/modal/arsnovaLite.js
+1
-1
No files found.
i18n/de.i18n.json
View file @
be0f2ca4
...
@@ -1604,7 +1604,7 @@
...
@@ -1604,7 +1604,7 @@
"pomodoro"
:
"Zwischen Uhr und Timer wechseln"
,
"pomodoro"
:
"Zwischen Uhr und Timer wechseln"
,
"showHelp"
:
"Hilfe"
,
"showHelp"
:
"Hilfe"
,
"arsnovaClick"
:
"Befrage dein Publikum mit arsnova.click, der spielbasierten Variante von ARSnova"
,
"arsnovaClick"
:
"Befrage dein Publikum mit arsnova.click, der spielbasierten Variante von ARSnova"
,
"arsnovaLite"
:
"Mit ARSnova
lite
kann dein Publikum Fragen an dich stellen und die Fragen und Kommentare der anderen up und down voten."
,
"arsnovaLite"
:
"Mit ARSnova
.io
kann dein Publikum Fragen an dich stellen und die Fragen und Kommentare der anderen up und down voten."
,
"hideSidebar"
:
"Verberge die Rand-Buttons"
,
"hideSidebar"
:
"Verberge die Rand-Buttons"
,
"showSidebar"
:
"Zeige die Rand-Buttons"
,
"showSidebar"
:
"Zeige die Rand-Buttons"
,
"swapQuestionAnswer"
:
{
"swapQuestionAnswer"
:
{
...
...
imports/ui/main/modal/arsnovaLite.js
View file @
be0f2ca4
...
@@ -15,7 +15,7 @@ Template.mainModalArsnovaLite.onRendered(function () {
...
@@ -15,7 +15,7 @@ Template.mainModalArsnovaLite.onRendered(function () {
$
(
'
.showArsnovaLite
'
).
addClass
(
'
pressed
'
);
$
(
'
.showArsnovaLite
'
).
addClass
(
'
pressed
'
);
if
(
!
Session
.
get
(
'
arsnovaLiteModalActive
'
))
{
if
(
!
Session
.
get
(
'
arsnovaLiteModalActive
'
))
{
Session
.
set
(
'
arsnovaLiteModalActive
'
,
true
);
Session
.
set
(
'
arsnovaLiteModalActive
'
,
true
);
$
(
'
#arsnovaLiteModal .modal-dialog
'
).
html
(
'
<iframe id="arsnovaLite" width="600px" height="900px" frameborder="0" src="https://
beta.arsnova.eu
"></iframe>
'
);
$
(
'
#arsnovaLiteModal .modal-dialog
'
).
html
(
'
<iframe id="arsnovaLite" width="600px" height="900px" frameborder="0" src="https://
arsnova.io
"></iframe>
'
);
}
}
});
});
});
});
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