diff options
| author | 2013-11-07 23:50:21 +0100 | |
|---|---|---|
| committer | 2013-11-07 23:50:21 +0100 | |
| commit | 5a2a5ee37480b0856b06b656b5b29d12ce132722 (patch) | |
| tree | 546910aa20c9fb50fc84d467a81a242cc8bee81d /app/layout/layout.phtml | |
| parent | fb6259f3750d7130d729b785a6e980005af0c921 (diff) | |
Issue #235: refactorisation code Persona
Le code pour la connexion via Persona a été bougée dans le fichier
main.js avec le reste du code JS
Ça ne marche toujours pas sous Firefox car il essaye d'initialiser
navigator.id.watch avant que le fichier login.persona.org/include.js
ne soit chargé
L'url est correctement écrite côté serveur pour permettre à Persona
d'indiquer au site que la connexion s'est bien passée
Diffstat (limited to 'app/layout/layout.phtml')
| -rw-r--r-- | app/layout/layout.phtml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index b3e6d85aa..f958acb46 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -27,8 +27,6 @@ <?php $this->render (); ?> </div> -<?php $this->partial ('persona'); ?> - <?php if (isset ($this->notification)) { ?> <div class="notification <?php echo $this->notification['type']; ?>"> <?php echo $this->notification['content']; ?> |
