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:
parent
0453790a74
commit
1faac2eeb6
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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>
|
<script type="text/javascript" src="https://nixos.org/js/jquery.min.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue