mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
3 lines
No EOL
112 B
JavaScript
3 lines
No EOL
112 B
JavaScript
$(document).bind('ajaxSend', function(elm, xhr, s) {
|
|
xhr.setRequestHeader('requesttoken', oc_requesttoken);
|
|
}); |