<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,14 +3,14 @@ var show_child_groups = function() {
     $(this).siblings( '.group-selector' ).hide();
     $( '[name=&quot;group_id&quot;]' ).removeAttr( 'name' );
     $(this).attr( 'name', 'group_id' );
-    
+
     // Deselect child selection
     $( '#children-of-' + id + ' &gt; select option' ).eq( 0 ).attr( 'selected', 'true' );
     $( '#children-of-' + id + ' .group-selector' ).hide();
-    
+
     $( '#children-of-' + id ).show();
 };
-    
+
 $( document ).ready( function() {
     var table;
     table = $( 'table.sortable:not(#ticket-list)' );
@@ -31,17 +31,17 @@ $( document ).ready( function() {
                 cssAsc: 'sort-up',
                 cssDesc: 'sort-down',
                 sortList: [
-                    [ 6, 0 ], [ 3, 1 ], [ 7, 0 ], [ 5, 1 ]
+                    [ 6, 0 ], [ 3, 0 ], [ 7, 0 ], [ 5, 1 ]
                 ]
             }
         );
     }
-    
+
     $( '#filter-toggle' ).click( function() {
         $( '#filter' ).toggle( 'fast' );
         return false;
     } );
-        
+
     $( '.toggle-all' ).click( function() {
         var checked = this.checked;
         $(this).siblings().each( function() {
@@ -53,46 +53,46 @@ $( document ).ready( function() {
             $(this).siblings( '.toggle-all' ).get(0).checked = false;
         }
     } );
-    
+
     $( '.group-selector &gt; select' ).click( show_child_groups );
     $( '.group-selector &gt; select' ).change( show_child_groups );
-    
+
     // ---------------------
-    
+
     $( '.error,.notice,.success' ).fadeIn( 2000 );
-    
+
     if( $( '.new' ).size() &gt; 0 ) {
         $.scrollTo( '.new', 500 );
         $( '.new' ).fadeIn( 2000 );
     }
-    
+
     $( '#comment-editor, #description-editor' ).markItUp( {
         previewParserPath: &quot;/markdown_preview&quot;, // path to your Markdown parser
         onShiftEnter: { keepDefault:false,    openWith:'\n\n' },
-    markupSet: [         
-        {name:'First Level Heading', key:&quot;1&quot;, placeHolder:'Your title here...', openWith:&quot;\n&quot;, 
+    markupSet: [
+        {name:'First Level Heading', key:&quot;1&quot;, placeHolder:'Your title here...', openWith:&quot;\n&quot;,
          closeWith:function(h) {
             heading1 = '';
             n = $.trim(h.selection||h.placeHolder).length;
             for(i = 0; i &lt; n; i++)    {
-                heading1 += '=';    
+                heading1 += '=';
             }
             return '\n'+heading1+'\n';
         }},
-        {name:'Second Level Heading', key:&quot;2&quot;, placeHolder:'Your title here...', openWith:&quot;\n&quot;, 
+        {name:'Second Level Heading', key:&quot;2&quot;, placeHolder:'Your title here...', openWith:&quot;\n&quot;,
          closeWith:function(h) {
             heading2 = '';
             n = $.trim(h.selection||h.placeHolder).length;
             for(i = 0; i &lt; n; i++)    {
-                heading2 += '-';    
+                heading2 += '-';
             }
             return '\n'+heading2+'\n';
         }},
         {name:'Heading 3', key:&quot;3&quot;, openWith:'### ', placeHolder:'Your title here...' },
         {name:'Heading 4', key:&quot;4&quot;, openWith:'#### ', placeHolder:'Your title here...' },
         {name:'Heading 5', key:&quot;5&quot;, openWith:'##### ', placeHolder:'Your title here...' },
-        {name:'Heading 6', key:&quot;6&quot;, openWith:'###### ', placeHolder:'Your title here...' },                            
-        {separator:'---------------' },        
+        {name:'Heading 6', key:&quot;6&quot;, openWith:'###### ', placeHolder:'Your title here...' },
+        {separator:'---------------' },
         {name:'Bold', key:&quot;B&quot;, openWith:'**', closeWith:'**'},
         {name:'Italic', key:&quot;I&quot;, openWith:'_', closeWith:'_'},
         {separator:'---------------' },
@@ -103,9 +103,9 @@ $( document ).ready( function() {
         {separator:'---------------' },
         {name:'Picture', key:&quot;P&quot;, replaceWith:'![[![Alternative text]!]]([![Url:!:http://]!] &quot;[![Title]!]&quot;)'},
         {name:'Link', key:&quot;L&quot;, openWith:'[', closeWith:']([![Url:!:http://]!] &quot;[![Title]!]&quot;)', placeHolder:'Your text to link here...' },
-        {separator:'---------------'},    
+        {separator:'---------------'},
         {name:'Quotes', openWith:'&gt; '},
-        {name:'Code Block / Code', openWith:'(!(\t|!|`)!)', closeWith:'(!(`)!)'},                                                                    
+        {name:'Code Block / Code', openWith:'(!(\t|!|`)!)', closeWith:'(!(`)!)'},
         {separator:'---------------'},
         {name:'Preview', call:'preview', className:&quot;preview&quot;}
     ]</diff>
      <filename>public/js/page.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c228a1328768164e01715ba47ca691d626d10040</id>
    </parent>
  </parents>
  <author>
    <name>Pistos</name>
    <email>gitsomegrace.5.pistos@geoshell.com</email>
  </author>
  <url>http://github.com/Pistos/linistrac/commit/e59887c361de1d7f0e88992784daa8074770ccd6</url>
  <id>e59887c361de1d7f0e88992784daa8074770ccd6</id>
  <committed-date>2008-12-05T20:10:21-08:00</committed-date>
  <authored-date>2008-12-05T20:10:21-08:00</authored-date>
  <message>Change sort order of Priority column.</message>
  <tree>08abbb643d3651088508d3aa36cc2f89e4f7cf8d</tree>
  <committer>
    <name>Pistos</name>
    <email>gitsomegrace.5.pistos@geoshell.com</email>
  </committer>
</commit>
