use on to add event listener instead of deprecated jquery bind
This commit is contained in:
parent
06870a6e39
commit
b0c6f990e4
|
@ -1,3 +1,4 @@
|
|||
$(document).bind('ajaxSend', function(elm, xhr, s) {
|
||||
$(document).on('ajaxSend',function(elm, xhr, s) {
|
||||
xhr.setRequestHeader('requesttoken', oc_requesttoken);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue