File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -22,5 +22,14 @@ <h2>Drop images on this page to analyze them.</h2>
22
22
< script src ="../smartcrop.js "> </ script >
23
23
< script src =testbed.js >
24
24
</ script >
25
+ < script >
26
+ var _gaq = _gaq || [ ] ;
27
+ _gaq . push ( [ '_setAccount' , 'UA-5205069-2' ] ) ;
28
+ _gaq . push ( [ '_setDomainName' , '29a.ch' ] ) ;
29
+ _gaq . push ( [ '_setSiteSpeedSampleRate' , 50 ] ) ;
30
+ _gaq . push ( [ '_trackPageview' ] ) ;
31
+
32
+ </ script >
33
+ < script src ="//www.google-analytics.com/ga.js " async > </ script >
25
34
</ body >
26
35
</ html >
Original file line number Diff line number Diff line change @@ -24,5 +24,14 @@ <h1>smartcrop.js test page</h1>
24
24
< script src =testsuite.js >
25
25
26
26
</ script >
27
+ < script >
28
+ var _gaq = _gaq || [ ] ;
29
+ _gaq . push ( [ '_setAccount' , 'UA-5205069-2' ] ) ;
30
+ _gaq . push ( [ '_setDomainName' , '29a.ch' ] ) ;
31
+ _gaq . push ( [ '_setSiteSpeedSampleRate' , 50 ] ) ;
32
+ _gaq . push ( [ '_trackPageview' ] ) ;
33
+
34
+ </ script >
35
+ < script src ="//www.google-analytics.com/ga.js " async > </ script >
27
36
</ body >
28
37
</ html >
You can’t perform that action at this time.
0 commit comments