diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-21 13:11:14 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-21 13:11:14 +0200 |
commit | 016989b79af1f950f449e33c76f368c307c28c19 (patch) | |
tree | c01d932f93e4d507457175fb04728901e53bdfa3 /js | |
parent | a58cd56c4fdc9cb86a4b7c056ff31d39cf1cfe8c (diff) | |
download | wallabag-016989b79af1f950f449e33c76f368c307c28c19.tar.gz wallabag-016989b79af1f950f449e33c76f368c307c28c19.tar.zst wallabag-016989b79af1f950f449e33c76f368c307c28c19.zip |
contenu de la page de config
Diffstat (limited to '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 | }); |