diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 22:35:08 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 22:35:08 +0200 |
commit | 63c35580c7d60e2278ee6fe9ba2d4440ff0308d6 (patch) | |
tree | 71a0c573d4104d9a751df395c1c162c089ed6017 /tpl/js | |
parent | c765c3679fee3ed9e4bad9954a808116187a7e83 (diff) | |
download | wallabag-63c35580c7d60e2278ee6fe9ba2d4440ff0308d6.tar.gz wallabag-63c35580c7d60e2278ee6fe9ba2d4440ff0308d6.tar.zst wallabag-63c35580c7d60e2278ee6fe9ba2d4440ff0308d6.zip |
twig implementation
Diffstat (limited to 'tpl/js')
-rw-r--r-- | tpl/js/poche.js | 2 |
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 | ||
25 | function sort_links(view, sort) { | 25 | function 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 | } |