diff --git a/Website/__init__.py b/Website/__init__.py index 3e5bb3a..307dace 100644 --- a/Website/__init__.py +++ b/Website/__init__.py @@ -57,10 +57,6 @@ def create_app(test_config=None): def socketiojs(): return send_file('../static/socket.io.js') - @app.route('/ka-ching.wav') - def kaching(): - return send_file('../static/ka-ching.wav') - @app.route('/new.css') def newcss(): return send_file('../static/new.min.css') diff --git a/Website/templates/base.html b/Website/templates/base.html index d893f04..69fdd57 100644 --- a/Website/templates/base.html +++ b/Website/templates/base.html @@ -8,7 +8,6 @@ > - {% block customscript %}{% endblock %} diff --git a/Website/templates/list.html b/Website/templates/list.html index 922c849..1769c42 100644 --- a/Website/templates/list.html +++ b/Website/templates/list.html @@ -4,21 +4,6 @@ Strichliste {% endblock %} {% block customscript %}