mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 13:00:44 -05:00
3 lines
No EOL
106 B
JavaScript
3 lines
No EOL
106 B
JavaScript
$(document).on('ajaxSend',function(elm, xhr) {
|
|
xhr.setRequestHeader('requesttoken', oc_requesttoken);
|
|
}); |