Skip to content
Snippets Groups Projects
Commit c31168b1 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

browser-check: white label

Remove any mention of TU Graz.

Since this is very simple JS code and we can't adjust it with
slots etc. just remove the support text.
parent 7c2a4c4e
No related branches found
No related tags found
No related merge requests found
Pipeline #62042 failed
......@@ -160,13 +160,6 @@ var ms = MultiString(function() {/**
letter-spacing: 0.3em;
margin: 2em 0;
}
#unsupported .footer {
position: fixed;
top: 0.5em;
line-height: 2em;
width: 100%;
text-align: center;
}
</style>
<div id="unsupported">
<div class="overlay">
......@@ -183,11 +176,6 @@ var ms = MultiString(function() {/**
Please try to use a different browser or update your current one.
</p>
</div>
<div class="footer">
IT Support: <a href="mailto:it-support@tugraz.at">it-support@tugraz.at</a>
<br>
<a href="https://datenschutz.tugraz.at/erklaerung/" target="_blank" rel="noopener">Datenschutzerklärung / Privacy Policy</a>
</div>
</div>
</div>
**/});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment