Changeset 18639 for trunk/MobileIndico/indico.js
- Timestamp:
- 09/25/16 16:50:46 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MobileIndico/indico.js
r18636 r18639 60 60 { 61 61 list += "<span class='location'>"; 62 list += " ["+e. location;62 list += " ["+e.room; 63 63 if (e.location.length>0 && e.room.length>0) 64 list += " :";65 list += e. room+"]";64 list += ", "; 65 list += e.location+"]"; 66 66 list += "</span>" 67 67 }
Note:
See TracChangeset
for help on using the changeset viewer.