Index: branches/wmf/1.17wmf1/extensions/Vector/modules/ext.vector.sectionEditLinks.js |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | } |
22 | 22 | } |
23 | 23 | } |
24 | | -if ( bucket ) { |
| 24 | +if ( bucket > 0 ) { |
25 | 25 | // Transform the targets of section edit links to route through the click tracking API |
26 | 26 | $( 'span.editsection a' ).each( function() { |
27 | 27 | var session = $.cookie( 'clicktracking-session' ); |
Property changes on: branches/wmf/1.17wmf1/extensions/Vector/modules/ext.vector.sectionEditLinks.js |
___________________________________________________________________ |
Added: svn:mergeinfo |
28 | 28 | Merged /branches/wmf/1.16wmf4/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r67177,69199,76243,77266 |
29 | 29 | Merged /trunk/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r83602 |
30 | 30 | Merged /branches/sqlite/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r58211-58321 |
31 | 31 | Merged /trunk/phase3/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,81833,83212,83590 |
32 | 32 | Merged /branches/new-installer/phase3/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r43664-66004 |
33 | 33 | Merged /branches/wmf-deployment/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r60970 |
34 | 34 | Merged /branches/REL1_15/phase3/extensions/Vector/modules/ext.vector.sectionEditLinks.js:r51646 |