Changes between Initial Version and Version 1 of Ticket #47692, comment 18
- Timestamp:
- 05/20/2020 04:30:03 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47692, comment 18
initial v1 44 44 {{{#!javascript 45 45 let favouriteFoodsSelectOptions = [ 46 value: "Vegetables", label: [46 { value: "Vegetables", label: [ 47 47 { value: "peas", label: "Green Peas" } 48 48 { value: "carrots", label: "Carrots" }, 49 ], 50 value: "Meats", label: [ 49 ] 50 }, 51 { value: "Meats", label: [ 51 52 { value: "chicken", label: "Grilled chicken breast" }, 52 53 { value: "turkey", label: "Roasted turkey" }, 53 ], 54 value: "Fruits", label: [ 54 ] 55 }, 56 { value: "Fruits", label: [ 55 57 { value: "apples", label: "Red apples" }, 56 58 { value: "oranges", label: "Oranges" }, 57 ], 58 value: "Desserts", label: [ 59 ] 60 }, 61 { value: "Desserts", label: [ 59 62 { value: "chocolate", label: "Chocolate" }, 60 63 { value: "pudding", label: "Tapioca pudding" }, 61 64 ] 65 } 62 66 ]; 63 67
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)