]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - js/poche.js
Fixed #13 - tri par date / tri par titre
[github/wallabag/wallabag.git] / js / poche.js
index f0e39b381397d840ee8442f1dfc4f0420589dd70..98fc48ea3f5fba7af2afaa9099df76b394d40a89 100644 (file)
@@ -22,6 +22,6 @@ function toggle_archive(element, id, token, view_article) {
     }
 }
 
-function sort_links(sort, token) {
-    $('#content').load('process.php', { sort: sort, token: token } );
+function sort_links(view, sort, token) {
+    $('#content').load('process.php', { view: view, sort: sort, token: token } );
 }
\ No newline at end of file