mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-27 07:49:29 +00:00
Monotone-Parent: ed9155f6c31847d4a5dcf861ed08dfb9bb7b112a
Monotone-Revision: 9f4bb6a90906abd5189ebce4675007eb8f89e4a9 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-10-13T15:08:41 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -916,7 +916,7 @@ function eventsListCallback(http) {
|
||||
td.appendChild(document.createTextNode(data[i][2])); // calendar
|
||||
}
|
||||
|
||||
if (sorting["attribute"] && sorting["attribute"].length > 0) { log ("sort " + sorting["attribute"]);
|
||||
if (sorting["attribute"] && sorting["attribute"].length > 0) {
|
||||
var sortHeader = $(sorting["attribute"] + "Header");
|
||||
|
||||
if (sortHeader) {
|
||||
@@ -1825,7 +1825,7 @@ function onHeaderClick(event) {
|
||||
else if (headerId == "locationHeader")
|
||||
newSortAttribute = "location";
|
||||
else if (headerId == "calendarNameHeader")
|
||||
newSortAttribute = "calendar";
|
||||
newSortAttribute = "calendarName";
|
||||
else
|
||||
newSortAttribute = "start";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user