Projet

Général

Profil

0001-typo-fix-in-redirection-script.patch

Serghei Mihai, 02 janvier 2017 16:49

Télécharger (871 octets)

Voir les différences:

Subject: [PATCH] typo fix in redirection script

 mandayejs/mandaye/static/force.redirect.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
mandayejs/mandaye/static/force.redirect.js
18 18
    }
19 19

  
20 20
    function conditionsOk(){
21
        if (!urlExists('#manndaye-logon-url', '/_mandaye/accounts/mellon/logout')){
21
        if (!urlExists('#mandaye-logon-url', '/_mandaye/accounts/mellon/logout')){
22 22
            console.log('user not connected');
23 23
            return false;
24 24
        }
25
-