~ursinha/+junk/linaro-reports

« back to all changes in this revision

Viewing changes to templates/js/triage_bugs_jquery_functions.js

  • Committer: Ursula Junque (Ursinha)
  • Date: 2011-12-22 13:03:24 UTC
  • Revision ID: ursinha@ursinha.net-20111222130324-jh2xwhkkdc8p85aj
removingĀ lp_utils

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$(document).ready(function() { 
 
2
    $("table").tablesorter( {
 
3
        sortList: [[6,0]]
 
4
    });
 
5
        
 
6
}); 
 
7