Browse Source

HOT-FIX: impede múltiplos cliques

pull/2100/head
VictorFabreF 8 years ago
committed by Edward Ribeiro
parent
commit
4e3bb9f20b
  1. 10
      sapl/templates/sessao/adicionar_varias_materias_expediente.html

10
sapl/templates/sessao/adicionar_varias_materias_expediente.html

@ -94,3 +94,13 @@
{% endif %} {% endif %}
{% endblock detail_content %} {% endblock detail_content %}
{% block extra_js %}
<script>
$(window).on('beforeunload', function () {
$("input[type=submit], input[type=button]").prop("disabled", "disabled");
});
</script>
{% endblock extra_js%}

Loading…
Cancel
Save