aboutsummaryrefslogtreecommitdiffhomepage
path: root/js
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-16 12:58:03 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-16 12:58:03 +0200
commit9fee2e7266a269a8795b96b972cdc62bbcb3329b (patch)
tree0abca9c0e46821a37d559d84051062b3ce431117 /js
parent139769aa245fd58d032cb009303b0ea2cc4187cd (diff)
downloadwallabag-9fee2e7266a269a8795b96b972cdc62bbcb3329b.tar.gz
wallabag-9fee2e7266a269a8795b96b972cdc62bbcb3329b.tar.zst
wallabag-9fee2e7266a269a8795b96b972cdc62bbcb3329b.zip
Fixed #13 - tri par date / tri par titre
Diffstat (limited to 'js')
-rw-r--r--js/poche.js4
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
25function sort_links(sort, token) { 25function 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