Ignore:
Timestamp:
09/25/16 16:50:46 (8 years ago)
Author:
tbretz
Message:
Echanged order of room and location.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MobileIndico/indico.js

    r18636 r18639  
    6060            {
    6161                list += "<span class='location'>";
    62                 list += " ["+e.location;
     62                list += " ["+e.room;
    6363                if (e.location.length>0 && e.room.length>0)
    64                     list += ": ";
    65                 list += e.room+"]";
     64                    list += ", ";
     65                list += e.location+"]";
    6666                list += "</span>"
    6767            }
Note: See TracChangeset for help on using the changeset viewer.