Remove Loading from title (#507)

It used to show up in discourse links, looking silly.

"Loading" didn't really add information. If it loads slowly or not
at all, the result will be quite obvious, and often the bit that
says "Loading" doesn't even fit in the browser tab label.
This commit is contained in:
Robert Hensing 2022-08-02 22:09:34 +02:00 committed by GitHub
parent 0453790a74
commit 1faac2eeb6
Failed to generate hash of commit

View file

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NixOS Search - Loading...</title>
<title>NixOS Search</title>
<script type="text/javascript" src="https://nixos.org/js/jquery.min.js"></script>