Skip to content

Commit

Permalink
Merge pull request #217 from labhackercd/develop
Browse files Browse the repository at this point in the history
bug fixes
  • Loading branch information
erivanio authored Feb 4, 2022
2 parents c33bb79 + 2335a1f commit 27a97bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2 class="room-h2">Perguntas</h2>
</div>

<div class="info">
<a class="link" href="{{request.path}}/perguntas">Ir para a página de perguntas</a>
<a class="link" href="{{request.path}}perguntas">Ir para a página de perguntas</a>
<a class="printLink" value="click" onclick="printExternal()">Imprimir perguntas</a>
</div>

Expand Down Expand Up @@ -307,7 +307,7 @@ <h2 class="room-h2">Bate-papo</h2>
<script src='https://www.youtube.com/iframe_api' async></script>
<script>
function printExternal() {
var printWindow = window.open( "{{request.path}}/perguntas", 'Print', 'left=200, top=200, width=950, height=500, toolbar=0, resizable=0');
var printWindow = window.open( "{{request.path}}perguntas", 'Print', 'left=200, top=200, width=950, height=500, toolbar=0, resizable=0');

printWindow.addEventListener('load', function() {
if (Boolean(printWindow.chrome)) {
Expand Down

0 comments on commit 27a97bb

Please sign in to comment.