Skip to content
Snippets Groups Projects
Commit e4e82fb1 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Remove red test header

parent 3b30cb4a
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,7 @@
return "";
},
setHeaderTitle: function (headerTitle) {
const title = "TEST " + headerTitle;
document.getElementById("appHeader").innerHTML = title.length > 15 ? title.substring(0, 15) + "..." : title;
document.getElementById("appHeader").innerHTML = headerTitle;
},
getSystemLocale: function() {
return "nb";
......
......@@ -7,7 +7,7 @@ body {
}
.navbar {
background-color: red !important;
background-color: #3d8052 !important;
}
.offcanvas-collapse {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment