/* global startIframeTest */ var timeoutId, type; function finalize() { startIframeTest( type, window.downloadedScriptCalled ); } timeoutId = setTimeout( function() { finalize(); }, 1000 ); jQuery .ajax( { url: "csp-ajax-script-downloaded.js", dataType: "script", method: "POST", beforeSend: function( _jqXhr, settings ) { type = settings.type; } } ) .then( function() { clearTimeout( timeoutId ); finalize(); } ); index : xmlgraphics-fop.git
Apache XML Graphics FOP: https://github.com/apache/xmlgraphics-fopwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
blob: c22b186a37b4aa78181027a237b43d9f18af3586 (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
37
38
39
40
41
42
43