(id, title)
| 85 | } |
| 86 | |
| 87 | function createGalleryItemTitle(id, title) { |
| 88 | var menuItemIcon = sideBarIconConfig[id]; |
| 89 | return $("<h3 class='category-title' id='title_" + id + "'>" + "<i class='fa iconfont " + menuItemIcon + "'></i>" + " " + title + "</h3>"); |
| 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>"); |
no test coverage detected