Fix extra networks buttons when filename contains an apostrophe

This commit is contained in:
missionfloyd
2024-03-19 18:50:25 -06:00
parent bef51aed03
commit d7f48472cc
5 changed files with 10 additions and 9 deletions

View File

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