Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cards
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
Leonard Marx
cards
Commits
bcb35727
Commit
bcb35727
authored
4 years ago
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Options
Downloads
Patches
Plain Diff
correct URL for arsnova.click
parent
98f5ad79
Branches
staging
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
imports/ui/main/modal/arsnovaClick.js
+1
-1
1 addition, 1 deletion
imports/ui/main/modal/arsnovaClick.js
with
1 addition
and
1 deletion
imports/ui/main/modal/arsnovaClick.js
+
1
−
1
View file @
bcb35727
...
...
@@ -17,7 +17,7 @@ Template.mainModalArsnovaClick.onRendered(function () {
$
(
'
.showArsnovaClick
'
).
addClass
(
'
pressed
'
);
if
(
!
Session
.
get
(
'
arsnovaClickModalActive
'
))
{
Session
.
set
(
'
arsnovaClickModalActive
'
,
true
);
$
(
'
#arsnovaClickModal .modal-dialog
'
).
html
(
'
<iframe id="arsnovaClick" width="600px" height="900px" frameborder="0" src="https://
staging.
arsnova.click"></iframe>
'
);
$
(
'
#arsnovaClickModal .modal-dialog
'
).
html
(
'
<iframe id="arsnovaClick" width="600px" height="900px" frameborder="0" src="https://arsnova.click"></iframe>
'
);
}
});
});
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment