diff options
Diffstat (limited to 'js/poche.js')
-rw-r--r-- | js/poche.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/poche.js b/js/poche.js index d27ecbba..97d9911d 100644 --- a/js/poche.js +++ b/js/poche.js | |||
@@ -23,7 +23,6 @@ function toggle_archive(element, id, view_article) { | |||
23 | } | 23 | } |
24 | 24 | ||
25 | function sort_links(view, sort) { | 25 | function sort_links(view, sort) { |
26 | //$('#content').load('index.php', { view: view, sort: sort, full_head: 'no' } ); | ||
27 | $.get('index.php', { view: view, sort: sort, full_head: 'no' }, function(data) { | 26 | $.get('index.php', { view: view, sort: sort, full_head: 'no' }, function(data) { |
28 | $('#content').html(data); | 27 | $('#content').html(data); |
29 | }); | 28 | }); |