$(function(){
if (window.location.href.includes('/pl/lite/widget/index')) {
$('body').append(`
`)
$('#w0-container tbody tr').each(function(){
let widgetId = $(this).find('td[data-col-seq="0"]').text().trim();
$(this).find('td[data-col-seq="3"]').after(`
|
`)
})
$('td .copy-code').click(function(){
$.get('/pl/lite/widget/update?id=' + $(this).attr('widget-id'), function(data){
let code = $($(data.data.html)[2]).find('#widget-embedhttps').val()
var $temp = $('