Commit b40b7606 authored by Azy Mushofy Anwary's avatar Azy Mushofy Anwary

asdas

parent af95a3aa
......@@ -40,7 +40,6 @@ function Loadpoli() {
cols += '<td class="tdCenterText bgtd1 ">' + data[x].image_poli + '</td>';
cols += '<td class="tdCenterText bgtd1 "> <div class="text-center" ><span style="padding: 7px;" class="btn btn-success btn-xs" data-toggle="modal" data-target="#editData" onClick="loadedit(' + data[x].id_poli + ')">Edit</span> <span style="padding: 7px;"class="btn btn-danger btn-xs" onclick="Delete(' + data[x].id_poli + ')">Delete</span></div></td>';
cols += '</tr>'
//a
//newRow.append(cols);
$("#tablepoli").append(cols);
counter++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment