mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-02 18:30:22 +00:00
use existing quote_js function for #15316
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user