mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 08:41:50 +02:00
Fixed two warnings in CP and removed useless JS code
This commit is contained in:
parent
02916d435e
commit
d34a7b4d89
2 changed files with 23 additions and 10 deletions
|
@ -253,6 +253,7 @@
|
|||
</div>
|
||||
{% include 'partials/footer.twig' %}
|
||||
</div>
|
||||
{% if registrars %}
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
var dates = JSON.parse('{{ dates|raw }}');
|
||||
|
@ -448,4 +449,5 @@
|
|||
})).render();
|
||||
});
|
||||
</script>
|
||||
{% endif %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue