(id, title)
| 90 | } |
| 91 | |
| 92 | function createSubGalleryItemTitle(id, title) { |
| 93 | return $("<div class='box-header'>" + "<h3 class='box-title' id='category-type-" + id + "'>" + " " + title + "</h4>" + "</h3>" + "</div>"); |
| 94 | } |
| 95 | |
| 96 | |
| 97 | function createGalleryCharts(examples) { |
no test coverage detected