|
@@ -29,7 +29,7 @@
|
|
|
</td>
|
|
|
|
|
|
<td style="width: 85px;">
|
|
|
- <div class="{{$class}}-remove btn btn-white btn-sm pull-right">
|
|
|
+ <div class="{{$class}}-remove list-remove btn btn-white btn-sm pull-right">
|
|
|
<i class="feather icon-trash"> </i>
|
|
|
</div>
|
|
|
</td>
|
|
@@ -80,4 +80,4 @@
|
|
|
$this.find('tbody.list-table').on('click', '.list-remove', function () {
|
|
|
$(this).closest('tr').remove();
|
|
|
});
|
|
|
-</script>
|
|
|
+</script>
|