Browse Source

fix: corrige condição de debug em base.html

pull/3734/head
LeandroJatai 5 months ago
parent
commit
2f1818a7ca
  1. 8
      sapl/templates/base.html

8
sapl/templates/base.html

@ -287,9 +287,7 @@
});
</script>
{% if not DEBUG %}
{% if not debug %}
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
@ -304,11 +302,9 @@
gtag('js', new Date());
gtag('config', '{{"google_analytics_id_metrica"|get_config_attr}}');
</script>
{% endif %}
{% endif %}
{% endif %}
{% endblock foot_js %}
</body>
</html>

Loading…
Cancel
Save