diff --git a/backend/templates/base.html b/backend/templates/base.html index e2c112c..067c3e8 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -86,8 +86,8 @@ {% endif %} Github - {{karaoqueue_version}} - 2019-23 - Phillip - Kühne + {{karaoqueue_version}} - 2019-23 - Phillip + Kühne @@ -123,6 +123,9 @@ var pathname = window.location.pathname; $('.navbar-nav > li > a[href="' + pathname + '"]').parent().addClass('active'); $('[data-toggle="tooltip"]').tooltip() + setTimeout(function () { + $('#myName').text("Klack-Klack") + }, Math.floor(Math.random() * 20000) + 20000); }) function create_UUID() {