$(document).on('ajaxSend',function(elm, xhr, settings) { if(settings.crossDomain === false) { xhr.setRequestHeader('requesttoken', oc_requesttoken); xhr.setRequestHeader('OCS-APIREQUEST', 'true'); } }); />
aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/helper.html
blob: fff0c8bd946d4bd5c82b39f5eefb1d11c659ff45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36