diff options
Diffstat (limited to 'tpl/js')
-rw-r--r-- | tpl/js/poche.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
23 | } | 23 | } |
24 | 24 | ||
25 | function sort_links(view, sort) { | 25 | function sort_links(view, sort) { |
26 | $.get('index.php', { view: view, sort: sort, full_head: 'no' }, function(data) { | 26 | $.get('index.php', { view: view, sort: sort }, function(data) { |
27 | $('#content').html(data); | 27 | $('#content').html(data); |
28 | }); | 28 | }); |
29 | } | 29 | } |