do not include an unreliable button to get back to the table (#4730)

This commit is contained in:
Frédéric Péters 2014-06-30 13:15:02 +02:00
parent 7d78950336
commit fb22fbbdca
1 changed files with 0 additions and 4 deletions

View File

@ -42,10 +42,6 @@
$('#content-views').append('<li id="contentview-prev" class="plain">' +
'<a href="' + url + '">Précédent</a></li>');
}
if (table_url) {
$('#content-views').append('<li id="contentview-table" class="plain">' +
'<a href="' + table_url + '">Tableau</a></li>');
}
if (idx < doc_links.length-1) {
/* append a "next" link */
var url = doc_links[idx+1];