aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/javascript_vars.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-12 20:26:26 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-12 20:26:26 +0100
commit4de5e6c2756f2a300014b80108cf2bf5e91f69a3 (patch)
tree975c72b76e866796acc4f296eb9077a21630b13a /app/views/helpers/javascript_vars.phtml
parent3cff96fae3bba77ac630e3ea7076558b10e9ed8b (diff)
Corrige problème CSS partage/tags + problème raffraîchissement automatique des articles non-lus
+ Léger nettoyage JavaScript
Diffstat (limited to 'app/views/helpers/javascript_vars.phtml')
-rw-r--r--app/views/helpers/javascript_vars.phtml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml
index 935294e60..f4f36b4f3 100644
--- a/app/views/helpers/javascript_vars.phtml
+++ b/app/views/helpers/javascript_vars.phtml
@@ -36,8 +36,6 @@
'url_logout="', _url ('index', 'logout'), '",',
'current_user_mail=', $mail, ",\n";
- echo 'load_shortcuts=', Minz_Request::controllerName () === 'index' && Minz_Request::actionName () === 'index' ? 'true' : 'false', ",\n";
-
echo 'str_confirmation="', Minz_Translate::t('confirm_action'), '"', ",\n";
$autoActualise = Minz_Session::param('actualize_feeds', false);