r74096 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74095‎ | r74096 | r74097 >
Date:19:39, 1 October 2010
Author:tparscal
Status:ok
Tags:
Comment:
Changed $j to $
Modified paths:
  • /trunk/extensions/ClickTracking/modules/jquery.clickTracking.js (modified) (history)

Diff [purge]

Index: trunk/extensions/ClickTracking/modules/jquery.clickTracking.js
@@ -25,7 +25,7 @@
2626 * @param {string} id event identifier
2727 */
2828 $.trackAction = function( id ) {
29 - $j.post(
 29+ $.post(
3030 mediaWiki.config.get( 'wgScriptPath' ) + '/api.php', {
3131 'action': 'clicktracking',
3232 'eventid': id,
@@ -40,7 +40,7 @@
4141 * @param {string} info additional information to be stored with the click
4242 */
4343 $.trackActionWithInfo = function( id, info ) {
44 - $j.post(
 44+ $.post(
4545 mediaWiki.config.get( 'wgScriptPath' ) + '/api.php', {
4646 'action': 'clicktracking',
4747 'eventid': id,

Status & tagging log