diff --git a/netbox/project-static/netbox.scss b/netbox/project-static/netbox.scss
index 1a8ddba7d..1288c481a 100644
--- a/netbox/project-static/netbox.scss
+++ b/netbox/project-static/netbox.scss
@@ -281,17 +281,6 @@ div#content-title {
display: flex;
flex-direction: column;
flex: 1 0 auto;
-
- h1 {
- &:hover {
- text-decoration: underline;
- text-decoration-thickness: 1px;
- }
- > a {
- text-decoration: none;
- color: $body-color;
- }
- }
}
div.paginator > form > div.input-group {
diff --git a/netbox/templates/base.html b/netbox/templates/base.html
index 8f6f66685..5f127d504 100644
--- a/netbox/templates/base.html
+++ b/netbox/templates/base.html
@@ -20,8 +20,8 @@
{% block layout %}{% endblock %}
+ onerror="window.location='{% url 'media_failure' %}?filename=netbox.js'">
+