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