mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-07 05:45:53 +01:00
Recompiled JS
This commit is contained in:
@@ -129,7 +129,7 @@ export default class Parents {
|
||||
route: b64_encode_unicode(parent.value),
|
||||
field: this.field.data('fieldName'),
|
||||
action: 'getLevelListing',
|
||||
'admin-nonce': gravConfig.admin_nonce,
|
||||
'admin-nonce': gravConfig.admin_nonce
|
||||
}),
|
||||
success: (response) => {
|
||||
this.stopLoader();
|
||||
|
||||
4
themes/grav/js/admin.min.js
vendored
4
themes/grav/js/admin.min.js
vendored
@@ -8678,7 +8678,8 @@ var Parents = /*#__PURE__*/function () {
|
||||
data: Object.assign({}, getExtraFormData(this.container), {
|
||||
route: b64_encode_unicode(parent.value),
|
||||
field: this.field.data('fieldName'),
|
||||
action: 'getLevelListing'
|
||||
action: 'getLevelListing',
|
||||
'admin-nonce': external_GravAdmin_namespaceObject.config.admin_nonce
|
||||
}),
|
||||
success: function success(response) {
|
||||
_this2.stopLoader();
|
||||
@@ -8816,6 +8817,7 @@ external_jQuery_default()(document).on('click', '[data-parents]', function (even
|
||||
route: b64_encode_unicode(field.val()),
|
||||
field: field.data('fieldName'),
|
||||
action: 'getLevelListing',
|
||||
'admin-nonce': external_GravAdmin_namespaceObject.config.admin_nonce,
|
||||
initial: true
|
||||
}),
|
||||
success: function success(response) {
|
||||
|
||||
Reference in New Issue
Block a user