* Use SortOrder=0 to ascend in mailbox safe mode
authorMatt <matt@uncensored.citadel.org>
Tue, 17 Feb 2009 04:55:57 +0000 (04:55 +0000)
committerMatt <matt@uncensored.citadel.org>
Tue, 17 Feb 2009 04:55:57 +0000 (04:55 +0000)
webcit/static/summaryview.js

index 804ff2d279f8b2ff35a0cae40f6707b6b7734838..767ecbfc53c5fb4208a640e39c84433fdc8f7995 100644 (file)
@@ -77,7 +77,7 @@ roomName = getTextContent(document.getElementById("rmname"));
      var SortBy = currentSortMode[0];
      if (SortBy.charAt(0) == 'r') {
        SortBy = SortBy.substr(1);
-       parameters["SortOrder"] = "2";
+       parameters["SortOrder"] = "0";
      }
      parameters["SortBy"] = SortBy;
    }