r113188 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r113187
|
r113188
|
r113189
>
Date:
22:26, 6 March 2012
Author:
catrope
Status:
ok
Tags:
Comment:
Remove trailing comma that would cause a JS error in IE
Modified paths:
/trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.js
—
—
@@ -648,7 +648,7 @@
649
649
'action': 'query',
650
650
'list': 'articlefeedbackv5-view-activity',
651
651
'format': 'json',
652
- 'aafeedbackid': id,
652
+ 'aafeedbackid': id
653
653
};
654
654
if( continueId ) {
655
655
data['aacontinue'] = continueId;
Sign-offs
User
Flag
Date
Nikerabbit
inspected
07:45, 7 March 2012
Status & tagging log
23:05, 6 March 2012
Robmoen
(
talk
|
contribs
)
changed the
status
of r113188
[
removed:
new
added:
ok]