mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 13:00:44 -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);
|
|
}); |