mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update appsdev_fr.md
This commit is contained in:
parent
6bbc69f35e
commit
95bf6c3e8d
1 changed files with 0 additions and 18 deletions
|
@ -115,21 +115,3 @@ The following list is a compiled wishlist of applications that would be nice-to-
|
||||||
* [racktables](http://racktables.org/)
|
* [racktables](http://racktables.org/)
|
||||||
* [Known](https://withknown.com/)
|
* [Known](https://withknown.com/)
|
||||||
* [Mopidy](https://www.mopidy.com/)
|
* [Mopidy](https://www.mopidy.com/)
|
||||||
|
|
||||||
<script type="text/javascript" src="_js/jquery.tablesorter.js"></script>
|
|
||||||
<script type='text/javascript'>
|
|
||||||
|
|
||||||
$(function() {
|
|
||||||
|
|
||||||
// initial sort set using sortList option
|
|
||||||
$(".table").tablesorter({
|
|
||||||
theme : 'bootstrap',
|
|
||||||
headerTemplate : '{content} {icon}',
|
|
||||||
sortAsc : 'icon-chevron-up glyphicon glyphicon-chevron-up',
|
|
||||||
sortDesc : 'icon-chevron-down glyphicon glyphicon-chevron-down',
|
|
||||||
// sort on the first column and second column in ascending order
|
|
||||||
sortList: [[0,0],[2,0]]
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue