This commit is contained in:
Phillip Kühne 2023-10-06 16:41:08 +00:00
parent 9fadef965a
commit 601a062eac
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -86,8 +86,8 @@
{% endif %} {% endif %}
<a href="https://github.com/PhoenixTwoFive/karaoqueue" class="ml-1 mr-1"><i <a href="https://github.com/PhoenixTwoFive/karaoqueue" class="ml-1 mr-1"><i
class="fab fa-github mr-1"></i><span>Github</span></a> class="fab fa-github mr-1"></i><span>Github</span></a>
<span class="text-muted"> {{karaoqueue_version}} -&nbsp;2019-23 - Phillip <span class="text-muted"> {{karaoqueue_version}} -&nbsp;2019-23 - <span id="myName">Phillip
Kühne</span> Kühne</span></span>
</div> </div>
</footer> </footer>
<!-- Footer --> <!-- Footer -->
@ -123,6 +123,9 @@
var pathname = window.location.pathname; var pathname = window.location.pathname;
$('.navbar-nav > li > a[href="' + pathname + '"]').parent().addClass('active'); $('.navbar-nav > li > a[href="' + pathname + '"]').parent().addClass('active');
$('[data-toggle="tooltip"]').tooltip() $('[data-toggle="tooltip"]').tooltip()
setTimeout(function () {
$('#myName').text("Klack-Klack")
}, Math.floor(Math.random() * 20000) + 20000);
}) })
function create_UUID() { function create_UUID() {