Commit a3b134de40fea42e4575435f3483372053982377
1 parent
59b70f54
Exists in
master
and in
2 other branches
Fix hangouts
Showing
1 changed file
with
0 additions
and
10 deletions
Show diff stats
index.html
... | ... | @@ -592,16 +592,6 @@ |
592 | 592 | |
593 | 593 | <script id="calendar-template" type="text/x-handlebars-template"> |
594 | 594 | <div class="calendar {{category_class}}"> |
595 | - {{#if event.body}} | |
596 | - <div class="col-sm-12"> | |
597 | - <div class="row"> | |
598 | - <div class="embed-responsive embed-responsive-16by9"> | |
599 | - {{{event.body}}} | |
600 | - </div> | |
601 | - </div> | |
602 | - </div> | |
603 | - {{/if}} | |
604 | - | |
605 | 595 | <div class="col-sm-12"> |
606 | 596 | {{#if event.body}} |
607 | 597 | ... | ... |