Add preview section title

This commit is contained in:
Mister Rajoy
2020-12-11 16:46:05 +01:00
parent 1cb7b215ab
commit 9924e23b0d

View File

@@ -83,11 +83,12 @@
return "";
}
var html = "";
skin.previews.forEach(element => {
html += '<h2 class="sectionTitle" >Previews</h2>';
skin.previews.forEach(element => {
html += getImage(element.url);
html += getImgnames(element.name);
});
return html;
return html;
}
function getCheckBox ( option) {