Browse Source

retorna load script pra dentro de if not debug

pull/3777/head
LeandroJatai 1 month ago
parent
commit
4ea91a7b71
  1. 2
      sapl/templates/base.html

2
sapl/templates/base.html

@ -295,11 +295,11 @@
});
</script>
{% if not debug %}
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>
{% if not debug %}
{% if "google_analytics_id_metrica"|get_config_attr %}
<!-- Google tag (gtag.js) -->

Loading…
Cancel
Save