Add missing fcn_fast_ajax arg

This commit is contained in:
Tetrakern 2023-08-21 14:24:36 +02:00
parent 8fb8041a92
commit 447ee2944a
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -144,7 +144,8 @@ function fcn_fetchNonce() {
// Load from server
fcn_ajaxGet({
'action': 'fictioneer_ajax_get_nonce'
'action': 'fictioneer_ajax_get_nonce',
'fcn_fast_ajax': 1
}).then((response) => {
// Remove cached nonce
_$$$('fictioneer-ajax-nonce')?.remove();