/[webpac]/trunk2/eurovoc/js/usage.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/eurovoc/js/usage.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 494 by dpavlin, Sun Oct 10 05:55:17 2004 UTC revision 495 by dpavlin, Sun Oct 10 06:02:40 2004 UTC
# Line 152  function printResults(result) Line 152  function printResults(result)
152  // override default sort by frequency and sort by headline  // override default sort by frequency and sort by headline
153  function sortResults_title(a, b)  function sortResults_title(a, b)
154  {  {
155    return a.title == b.title ? 0 : ( a.title > b.title ? -1 : 1);    return a.title.toLowerCase() == b.title.toLowerCase() ? 0 : ( a.title.toLowerCase() > b.title.toLowerCase() ? -1 : 1);
156  }  }

Legend:
Removed from v.494  
changed lines
  Added in v.495

  ViewVC Help
Powered by ViewVC 1.1.26