diff --git a/application/index/view/index/index.html b/application/index/view/index/index.html index 36e9c5f..d802822 100644 --- a/application/index/view/index/index.html +++ b/application/index/view/index/index.html @@ -123,7 +123,7 @@ レコード - + {volist name="d_list.domains" id="vo"} diff --git a/application/index/view/record/info.html b/application/index/view/record/info.html index 7516b99..23c2930 100644 --- a/application/index/view/record/info.html +++ b/application/index/view/record/info.html @@ -128,7 +128,7 @@ レコード - + {volist name="r_list.records" id="vo"} {neq name="vo.type" value="SOA"} {:substr($vo['name'], 0, -1)} @@ -315,7 +315,8 @@ }); }); - $('.btn-domain-edit').click(function () { + $('#srk-record-list').on('click', '.btn-domain-edit', function () { + // $('.btn-domain-edit').on('click', function () { $("#record-edit").modal(); $('#edit-record').attr('value', $(this).parent().parent().find('.record').html()); $('#edit-type').attr('value', $(this).parent().parent().find('.type').html()); @@ -391,7 +392,8 @@ }); - $('.btn-domain-delete').click(function () { + $('#srk-record-list').on('click', '.btn-domain-delete', function () { + // $('.btn-domain-delete').on('click', function () { $.ajax({ url: '/index/record/delete', async: false,