trivial: typo fix in redirection script (#14482)

This commit is contained in:
Serghei Mihai 2017-01-02 16:46:28 +01:00
parent e88d8c2d53
commit 90a003cc82
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ $(function(){
}
function conditionsOk(){
if (!urlExists('#manndaye-logon-url', '/_mandaye/accounts/mellon/logout')){
if (!urlExists('#mandaye-logon-url', '/_mandaye/accounts/mellon/logout')){
return false;
}