Skip to content

Commit

Permalink
New evenea link
Browse files Browse the repository at this point in the history
  • Loading branch information
ksokolowski7 authored Mar 14, 2024
1 parent bd988d2 commit 93486d9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<script type="text/javascript">
$(window).load(function() {
var f = document.createElement('iframe');
f.src = "https://app.evenea.pl/event/craft-it-2023/?out=1&source=event_iframe";
f.src = "https://app.evenea.pl/event/craft-it-2024/?out=1&source=event_iframe";
f.width = '100%';
f.height = '600px';
f.scrolling = 'no';
Expand All @@ -185,15 +185,15 @@
$('#tickets-placeholder').append(f);
$('iframe').iFrameResize([{}]);

var ff = document.createElement('iframe');
ff.src = "https://app.evenea.pl/event/craft-it-2023-warsztaty/?out=1&source=event_iframe";
ff.width = '100%';
ff.scrolling = 'no';
ff.style = 'border: 0';
ff.id = 'evenea-frame-2';
ff.name = 'evenea-frame-2';
$('#tickets-placeholder').append(ff);
$('iframe').iFrameResize([{}]);
// var ff = document.createElement('iframe');
// ff.src = "https://app.evenea.pl/event/craft-it-2023-warsztaty/?out=1&source=event_iframe";
// ff.width = '100%';
// ff.scrolling = 'no';
// ff.style = 'border: 0';
// ff.id = 'evenea-frame-2';
// ff.name = 'evenea-frame-2';
// $('#tickets-placeholder').append(ff);
// $('iframe').iFrameResize([{}]);
});
</script>

Expand Down

0 comments on commit 93486d9

Please sign in to comment.