Skip to content

Commit

Permalink
[#3141] updated logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsans committed Aug 16, 2019
1 parent 1969f0b commit 6cb840c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GAE/war/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@
<body>
<div class="msgWrap">
<div class="msgContainer">
<img src="https://a.uguu.se/BiGcKocxgocf_AkvoLogo.svg" title="Welcome to Akvo Flow" alt="Welcome to Akvo Flow" />
<img src="https://srv-file2.gofile.io/download/Lg5xmI/AkvoLogo.svg" title="Welcome to Akvo Flow" alt="Welcome to Akvo Flow" />
<h1>You need permission to access:<br><span id="urlLoc"></span></h1>
<p>Request permission from your organisation admin</p>
</div>
</div>
<script type="text/javascript">
function currentUrl() {
var currentLocation = window.location.href;
var currentLocationMinus = currentLocation.slice(0, -14);
var currentLocationMinus = currentLocation.substr(8).slice(0, -14);
return currentLocationMinus;
}
document.getElementById("urlLoc").innerHTML = currentUrl();
Expand Down

0 comments on commit 6cb840c

Please # to comment.