Index: trunk/MobileIndico/indico.js
===================================================================
--- trunk/MobileIndico/indico.js	(revision 18675)
+++ trunk/MobileIndico/indico.js	(revision 18676)
@@ -37,5 +37,5 @@
         for (var slot in content)
             slots.push([ content[slot].startDate.time, content[slot]]);
-        slots.sort(function(a, b) { return a[0] > b[0]; });
+        slots.sort(function(a, b) {  return a[0]==b[0] ? 0 : (a[0] > b[0] ? 1 : -1) });
 
         // Loop over all slots (sessions)
