diff --git a/mayan/apps/appearance/static/appearance/js/partial_navigation.js b/mayan/apps/appearance/static/appearance/js/partial_navigation.js
index 5f9b0e29fa..b1590a0869 100644
--- a/mayan/apps/appearance/static/appearance/js/partial_navigation.js
+++ b/mayan/apps/appearance/static/appearance/js/partial_navigation.js
@@ -152,6 +152,7 @@ PartialNavigation.prototype.processAjaxRequestError = function (jqXHR) {
} else {
$('#ajax-content').html(jqXHR.responseText);
}
+ }
}
PartialNavigation.prototype.setLocation = function (newLocation, pushState) {
diff --git a/mayan/apps/appearance/templates/appearance/root.html b/mayan/apps/appearance/templates/appearance/root.html
index f9fc425a86..a422c92762 100644
--- a/mayan/apps/appearance/templates/appearance/root.html
+++ b/mayan/apps/appearance/templates/appearance/root.html
@@ -169,9 +169,9 @@
+
{% endcompress %}