r71211 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r71210
|
r71211
|
r71212
>
Date:
20:57, 17 August 2010
Author:
tparscal
Status:
ok
Tags:
Comment:
Added remapping of $ to $j as a temporary measure between switching over.
Modified paths:
/trunk/extensions/UsabilityInitiative/js/usability.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/UsabilityInitiative/js/usability.js
—
—
@@ -2,6 +2,9 @@
3
3
* Common version-independent functions
4
4
*/
5
5
6
+if ( typeof $j == 'undefined' ) {
7
+ $j = $;
8
+}
6
9
if ( typeof mw == 'undefined' ) {
7
10
mw = {};
8
11
}
Status & tagging log
11:42, 27 September 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r71211
[
removed:
new
added:
ok]