diff options
| author | 2013-11-08 10:13:21 +0100 | |
|---|---|---|
| committer | 2013-11-08 10:13:21 +0100 | |
| commit | 5e2023392ecc648d1ddc73d84f5376f4d110c37f (patch) | |
| tree | d1094ce8ad3b0b791cb0ccdb8889b64d3c9b304f /app/views/javascript | |
| parent | 144ff6fb33ba2d49134a6517bfcee3252c2738ce (diff) | |
Meilleur async pour Persona
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/235
Diffstat (limited to 'app/views/javascript')
| -rw-r--r-- | app/views/javascript/main.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/javascript/main.phtml b/app/views/javascript/main.phtml index 04b4a7337..662d86c80 100644 --- a/app/views/javascript/main.phtml +++ b/app/views/javascript/main.phtml @@ -26,4 +26,4 @@ echo ',url_freshrss="', _url ('index', 'index'), '",', 'url_login="', _url ('index', 'login'), '",', 'url_logout="', _url ('index', 'logout'), '",', - 'current_user_mail=', $mail, ';'; + 'current_user_mail=', $mail, ";\n"; |
