From 63c35580c7d60e2278ee6fe9ba2d4440ff0308d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sun, 4 Aug 2013 22:35:08 +0200 Subject: twig implementation --- tpl/js/poche.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/js/poche.js') diff --git a/tpl/js/poche.js b/tpl/js/poche.js index 97d9911d..b4eac11c 100644 --- a/tpl/js/poche.js +++ b/tpl/js/poche.js @@ -23,7 +23,7 @@ function toggle_archive(element, id, view_article) { } function sort_links(view, sort) { - $.get('index.php', { view: view, sort: sort, full_head: 'no' }, function(data) { + $.get('index.php', { view: view, sort: sort }, function(data) { $('#content').html(data); }); } -- cgit v1.2.3