diff options
Diffstat (limited to 'js/poche.js')
-rw-r--r-- | js/poche.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/poche.js b/js/poche.js index f0e39b38..98fc48ea 100644 --- a/js/poche.js +++ b/js/poche.js | |||
@@ -22,6 +22,6 @@ function toggle_archive(element, id, token, view_article) { | |||
22 | } | 22 | } |
23 | } | 23 | } |
24 | 24 | ||
25 | function sort_links(sort, token) { | 25 | function sort_links(view, sort, token) { |
26 | $('#content').load('process.php', { sort: sort, token: token } ); | 26 | $('#content').load('process.php', { view: view, sort: sort, token: token } ); |
27 | } \ No newline at end of file | 27 | } \ No newline at end of file |