Changeset bb9f39 in indico
- Timestamp:
- 01/07/11 16:05:24 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- fdfda9
- Parents:
- 409a3c
- File:
-
- 1 edited
-
indico/htdocs/js/indico/MaterialEditor/Editor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/MaterialEditor/Editor.js
r409a3c rbb9f39 171 171 172 172 var text = null; 173 var entry = this.list.get(value) ;173 var entry = this.list.get(value) || this.list.get(value.toLowerCase()); 174 174 var selector = null; 175 175
Note: See TracChangeset
for help on using the changeset viewer.
