diff options
Diffstat (limited to 'templates/errors/error.html')
-rw-r--r-- | templates/errors/error.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/errors/error.html b/templates/errors/error.html index 6132aea1..dbb7e3b4 100644 --- a/templates/errors/error.html +++ b/templates/errors/error.html @@ -9,10 +9,8 @@ window._Code = {{ code }}; window._ErrorMsg = "{{ error_message | safe }}"; window._Path = "{{ request.path }}"; + window.onload = error_typewriter; </script> - - <script src="{{ static_file('js/typewriter.js') }}" type="application/javascript"></script> - <script src="{{ static_file('js/500.js') }}" type="application/javascript"></script> {% endblock %} {% block content %} |