mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-06 05:41:49 -08:00
use existing quote_js function for #15316
This commit is contained in:
parent
522121be7e
commit
c4a00affc5
2 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue