r107621 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r107620
|
r107621
|
r107622
>
Date:
06:06, 30 December 2011
Author:
tstarling
Status:
ok
Tags:
Comment:
Fix indenting from
r104642
Modified paths:
/trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.js
—
—
@@ -586,9 +586,9 @@
587
587
.find('.fbd-ajax-text')
588
588
.html( body )
589
589
.end();
590
- setTimeout(function(){
591
- reloadItem($el, true);
592
- }, 2000);
590
+ setTimeout(function(){
591
+ reloadItem($el, true);
592
+ }, 2000);
593
593
}
594
594
// On-load stuff
595
595
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r104642
added preview mode for responses, allow wikitext, add response icons / langua...
rmoen
01:37, 30 November 2011
Status & tagging log
08:35, 30 December 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r107621
[
removed:
new
added:
ok]