1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

contenu de la page de config

This commit is contained in:
nicosomb 2013-04-21 13:11:14 +02:00
parent a58cd56c4f
commit 016989b79a
6 changed files with 18 additions and 2 deletions

View file

@ -23,7 +23,6 @@ function toggle_archive(element, id, view_article) {
}
function sort_links(view, sort) {
//$('#content').load('index.php', { view: view, sort: sort, full_head: 'no' } );
$.get('index.php', { view: view, sort: sort, full_head: 'no' }, function(data) {
$('#content').html(data);
});