Add missing fcn_fast_ajax arg
This commit is contained in:
parent
8fb8041a92
commit
447ee2944a
2
js/application.min.js
vendored
2
js/application.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user