mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Changed double quote with single quote
This commit is contained in:
parent
fb426c304e
commit
a6b8ab8b87
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ end
|
|||
function print_copy_button(id, data)
|
||||
print(
|
||||
'<button style="" class="btn btn-sm border ms-1" data-placement="bottom" id="btn-copy-' ..
|
||||
id .. '" data="' .. data .. '"><i class="fas fa-copy"></i></button>')
|
||||
id .. '" data=\'' .. data .. '\'><i class="fas fa-copy"></i></button>')
|
||||
print("<script>$('#btn-copy-" .. id ..
|
||||
"').click(function(e) { NtopUtils.copyToClipboard($(this).attr('data'), '" ..
|
||||
i18n('copied') .. "', '" .. i18n('request_failed_message') ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue