@@ -159,7 +159,6 @@ https://github.com/Bernardo-Castilho/dragdroptouch -->
function arrayHTML(thisArray) {
var thisOutput = "";
if (thisArray.length > 0) {
- thisOutput += '<div class="builder-list">\n';
thisOutput += '<ul>\n';
for (var i = 0; i < thisArray.length; i++) {
var item = thisArray[i];