Index: branches/wmf-deployment/skins/common/edit.js |
— | — | @@ -29,6 +29,10 @@ |
30 | 30 | image.style.cursor = "pointer"; |
31 | 31 | image.onclick = function() { |
32 | 32 | insertTags(item.tagOpen, item.tagClose, item.sampleText); |
| 33 | + //click tracking |
| 34 | + if ( ( $j != undefined ) && ( $j.trackAction != undefined ) ) { |
| 35 | + $j.trackAction("oldedit." + item.speedTip.replace(/ /g, "-")); |
| 36 | + } |
33 | 37 | return false; |
34 | 38 | }; |
35 | 39 | |
Property changes on: branches/wmf-deployment/skins/common/edit.js |
___________________________________________________________________ |
Name: svn:mergeinfo |
36 | 40 | - |
37 | 41 | + /branches/REL1_15/phase3/skins/common/edit.js:51646 |
/trunk/phase3/skins/common/edit.js:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57541,57916,58151,58219,58633,58816,59604 |
Index: branches/wmf-deployment/includes/DefaultSettings.php |
— | — | @@ -1605,7 +1605,7 @@ |
1606 | 1606 | * to ensure that client-side caches do not keep obsolete copies of global |
1607 | 1607 | * styles. |
1608 | 1608 | */ |
1609 | | -$wgStyleVersion = '248'; |
| 1609 | +$wgStyleVersion = '254'; |
1610 | 1610 | |
1611 | 1611 | |
1612 | 1612 | # Server-side caching: |
Property changes on: branches/wmf-deployment/includes/DefaultSettings.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
1613 | 1613 | - |
1614 | 1614 | + /branches/REL1_15/phase3/includes/DefaultSettings.php:51646 |
/branches/wmf-deployment/includes/DefaultSettings.php:53381 |
/trunk/phase3/includes/DefaultSettings.php:56213,56215-56216,56218,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57530,57541,57602,57916,58151,58219,58633,58816,59607 |