mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
3 lines
112 B
JavaScript
3 lines
112 B
JavaScript
|
|
$(document).bind('ajaxSend', function(elm, xhr, s) {
|
||
|
|
xhr.setRequestHeader('requesttoken', oc_requesttoken);
|
||
|
|
});
|