Fix admin page nonce
All checks were successful
Docker Build and Publish / build (release) Successful in 33s
All checks were successful
Docker Build and Publish / build (release) Successful in 33s
This commit is contained in:
parent
5b0b30d69c
commit
3e11c63e33
@ -261,7 +261,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script nonce="{{ g.csp_nonce }}">
|
||||
<script nonce="{{ nonce }}">
|
||||
function makeEditable(element) {
|
||||
const value = element.textContent;
|
||||
const input = document.createElement('input');
|
||||
|
Loading…
Reference in New Issue
Block a user