mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-02 16:38:38 +00:00
contenu de la page de config
This commit is contained in:
parent
a58cd56c4f
commit
016989b79a
6 changed files with 18 additions and 2 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue