Skip to content
Snippets Groups Projects
Commit bcb35727 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

correct URL for arsnova.click

parent 98f5ad79
Branches staging
No related merge requests found
......@@ -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>');
}
});
});
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment