diff --git a/module/program/js/prjbatchedit.js b/module/program/js/prjbatchedit.js index 14f1289a68..40ef837ca1 100644 --- a/module/program/js/prjbatchedit.js +++ b/module/program/js/prjbatchedit.js @@ -26,7 +26,7 @@ $(function() for(var i in data.message) { var product = data.message[i]; - $('#promptTable').append("
" + project +"
"; + html += "" + project +"
"; } $('#promptTable').append("