[MT2343] Makes action column not sortable in root budgets

This commit is contained in:
Jean-André Santoni 2009-12-02 16:50:37 +01:00 committed by Henri-Damien LAURENT
parent b1fa68c77c
commit 4dae655e9b

View file

@ -50,7 +50,8 @@
$(document).ready(function() {
$("#periodsh").tablesorter({
widgets : ['zebra'],
sortList: [[0,0]]
sortList: [[0,0]],
headers: {6:{sorter:false}}
});
});
</script>