mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-20 19:52:09 +00:00
twig implementation
This commit is contained in:
parent
c765c3679f
commit
63c35580c7
9 changed files with 111 additions and 100 deletions
|
@ -23,7 +23,7 @@ function toggle_archive(element, id, view_article) {
|
|||
}
|
||||
|
||||
function sort_links(view, sort) {
|
||||
$.get('index.php', { view: view, sort: sort, full_head: 'no' }, function(data) {
|
||||
$.get('index.php', { view: view, sort: sort }, function(data) {
|
||||
$('#content').html(data);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue