X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=js%2Fpoche.js;h=97d9911dccbe3fff59ddccf8aed2a8dfb125c815;hb=2b840e0cfb63a453bea67a98541f3df9c273c5f5;hp=d27ecbbacfe7916ca625441c0a61e44dd28c8865;hpb=b4397510e75fe9c387bec4161769392906c81bd7;p=github%2Fwallabag%2Fwallabag.git 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) { } 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); });