jQuery(function($) {
$('#dynamic-table').DataTable({
"initComplete": function(settings, json) {
$(".link").click(function(){
let href = $(this).attr('href');
$('.iframe').attr('src', href)
});
$('.link').attr({'data-toggle': 'modal', 'data-backdrop': 'static'}).each(function(){
$(this).attr('href', $(this).attr('href')+'#modal-form');
});
},
.
.
.
.
alF1ZXJ5KGZ1bmN0aW9uKCQpIHsKICAgICAgICAkKCcjZHluYW1pYy10YWJsZScpLkRhdGFUYWJsZSh7CiAgICAgICAgICAgICJpbml0Q29tcGxldGUiOiBmdW5jdGlvbihzZXR0aW5ncywganNvbikgewogICAgICAgICAgICAJCiAgICAgICAgICAgICAgICAkKCIubGluayIpLmNsaWNrKGZ1bmN0aW9uKCl7CiAgICAgICAgICAgICAgICAgICAgbGV0IGhyZWYgPSAkKHRoaXMpLmF0dHIoJ2hyZWYnKTsKICAgICAgICAgICAgICAgICAgICAkKCcuaWZyYW1lJykuYXR0cignc3JjJywgaHJlZikKICAgICAgICAgICAgICAgIH0pOwoKICAgICAgICAgICAgICAgICQoJy5saW5rJykuYXR0cih7J2RhdGEtdG9nZ2xlJzogJ21vZGFsJywgJ2RhdGEtYmFja2Ryb3AnOiAnc3RhdGljJ30pLmVhY2goZnVuY3Rpb24oKXsKICAgICAgICAgICAgICAgICAgICAkKHRoaXMpLmF0dHIoJ2hyZWYnLCAkKHRoaXMpLmF0dHIoJ2hyZWYnKSsnI21vZGFsLWZvcm0nKTsKICAgICAgICAgICAgICAgIH0pOwoKICAgICAgICAgICAgfSwKICAgICAgICAgICAgLgogICAgICAgICAgICAuCiAgICAgICAgICAgIC4KICAgICAgICAgICAgLgogICAgICAgICAgICA=
js: "prog.js", line 15: invalid property id
js: .
js: ............^
js: "prog.js", line 16: syntax error
js: .
js: ............^
js: "prog.js", line 18: syntax error
js: .
js: ............^
js: "prog.js", line 19: missing } after function body
js:
js: ...........^
js: "prog.js", line 1: Compilation produced 4 syntax errors.