Skip to content

Commit

Permalink
fixed bug where back btn didnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
MarchisLost committed Jun 20, 2020
1 parent 2997c22 commit a79a117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/addEntrada.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<div class="card-body">
<button type="submit" class="btn btn-success" id="inserirEntrada" form="formGlobal">Inserir Entrada
</button>
<button type="button" class="btn btn-warning" onclick="location. ref='http://localhost:3000/rececionista/{{user}}'">Cancelar Entrada
<button type="button" class="btn btn-warning" onclick="location.href='http://localhost:3000/rececionista/{{user}}'">Cancelar Entrada
</button>
</div>
</div>
Expand Down

0 comments on commit a79a117

Please sign in to comment.