Add preview section title
This commit is contained in:
@@ -83,11 +83,12 @@
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
var html = "";
|
var html = "";
|
||||||
skin.previews.forEach(element => {
|
html += '<h2 class="sectionTitle" >Previews</h2>';
|
||||||
|
skin.previews.forEach(element => {
|
||||||
html += getImage(element.url);
|
html += getImage(element.url);
|
||||||
html += getImgnames(element.name);
|
html += getImgnames(element.name);
|
||||||
});
|
});
|
||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getCheckBox ( option) {
|
function getCheckBox ( option) {
|
||||||
|
|||||||
Reference in New Issue
Block a user