Fix previews grouping with last categorie

This commit is contained in:
Mister Rajoy
2020-12-22 16:28:23 +01:00
parent eb933dba57
commit 87e1c6fcf5

View File

@@ -101,6 +101,7 @@
return "";
}
var html = "";
html += '</fieldset>';
html += '<h2 class="sectionTitle" >Previews</h2>';
skin.previews.forEach(element => {
html += getImage(element.url);