r62215 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r62214
|
r62215
|
r62216
>
Date:
01:25, 10 February 2010
Author:
nimishg
Status:
ok
Tags:
Comment:
change settimeout to 0
Modified paths:
/trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js
—
—
@@ -387,7 +387,7 @@
388
388
}
389
389
$selection = context.$content.find( ':not(.wikiEditor)' );
390
390
}
391
- }, 100 );
391
+ }, 0 );
392
392
return true;
393
393
}
394
394
};
Status & tagging log
11:44, 10 February 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r62215
[
removed:
new
added:
ok]