mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 14:25:20 -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);
|
|
}); |