mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🐛 Fix: fix fixit-encryptor shortcode duplicate binding events
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
{{- end -}}
|
||||
<div class="content" id="content"
|
||||
{{- with $params.endFlag }} data-end-flag="{{ . }}"{{ end }}
|
||||
{{- with $params.password }} data-password="{{ hash.XxHash . }}"{{ end }}
|
||||
{{- with $params.password }} data-password="{{ xxhash . }}"{{ end }}
|
||||
{{- with $params.password }} data-content="{{ $content }}"{{ end -}}
|
||||
>
|
||||
{{- if not $params.password -}}
|
||||
|
||||
Reference in New Issue
Block a user