use existing quote_js function for #15316

This commit is contained in:
AUTOMATIC1111
2024-03-19 08:10:27 +03:00
parent 522121be7e
commit c4a00affc5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<div class="copy-path-button card-button"
title="Copy path to clipboard"
onclick="extraNetworksCopyCardPath(event, '{filename}')"
data-clipboard-text="{filename}">
onclick='extraNetworksCopyCardPath(event, {filename})'
data-clipboard-text={filename}>
</div>