Index: trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.user/ext.articleCreation.user.js |
— | — | @@ -92,7 +92,8 @@ |
93 | 93 | return; |
94 | 94 | } |
95 | 95 | |
96 | | - ac.trackAction( $(this).data('ac-button' ) + '-interstitial' ); |
| 96 | + var article = wgPageName.substr( wgPageName.indexOf('/') + 1 ); |
| 97 | + ac.trackAction( article, $(this).data('ac-button' ) + '-interstitial' ); |
97 | 98 | |
98 | 99 | $( this ) |
99 | 100 | //make it green |