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