r61573 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r61572
|
r61573
|
r61574
>
Date:
12:24, 27 January 2010
Author:
catrope
Status:
ok
Tags:
Comment:
UsabilityInitiative: Minor tweak for
r61567
: jQuery is available in ClickTracking.js, so don't use addOnloadHook()
Modified paths:
/trunk/extensions/UsabilityInitiative/ClickTracking/ClickTracking.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/UsabilityInitiative/ClickTracking/ClickTracking.js
—
—
@@ -6,7 +6,7 @@
7
7
};
8
8
9
9
// Clicktrack the left sidebar links
10
- addOnloadHook( function() {
10
+ $j(document).ready( function() {
11
11
$( '#p-logo a, #p-navigation a, #p-tb a' ).click( function() {
12
12
var id = 'leftnav-' + skin + '-' +
13
13
( $(this).attr( 'id' ) || $(this).parent().attr( 'id' ) );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r61567
Moved the few necessary JS functions from js2/stopgap/core/whatever to a new ...
tstarling
09:46, 27 January 2010
Status & tagging log
20:49, 15 February 2010
😂
(
talk
|
contribs
)
changed the
status
of r61573
[
removed:
new
added:
ok]