https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113152
Revision: 113152
Author: catrope
Date: 2012-03-06 17:26:37 +0000 (Tue, 06 Mar 2012)
Log Message:
-----------
Fix the last remaining occurrence of .html( mw.msg( ... ) ) that I could find.
Also add a FIXME comment about the referenced message being missing
Modified Paths:
--------------
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.js
Modified:
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.js
===================================================================
---
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.js
2012-03-06 17:17:16 UTC (rev 113151)
+++
trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.js
2012-03-06 17:26:37 UTC (rev 113152)
@@ -676,7 +676,8 @@
}
},
'error': function( data ) {
- $( '#articlefeedbackv5-activity-log' ).html(
mw.msg( 'articleFeedbackv5-view-activity-error' ) );
+ // FIXME this messages isn't defined
+ $( '#articlefeedbackv5-activity-log' ).text(
mw.msg( 'articleFeedbackv5-view-activity-error' ) );
}
} );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs