3 lines
73 B
JavaScript
3 lines
73 B
JavaScript
|
$(function(){
|
||
|
$("#OEV-general-info").tablesorter({sortList:[[0,0]]});
|
||
|
})
|