aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/js/poche.js
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/js/poche.js')
-rw-r--r--tpl/js/poche.js2
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
25function sort_links(view, sort) { 25function 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}