r86275 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86274‎ | r86275 | r86276 >
Date:19:56, 17 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rem comma so poor ie doesn't go mad and kill itself
Modified paths:
  • /trunk/extensions/Ratings/starrating/ext.ratings.stars.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Ratings/starrating/ext.ratings.stars.js
@@ -15,7 +15,7 @@
1616 // shown disabled for unauthorized users, simply don't bother any setup.
1717 return;
1818 }
19 -
 19+
2020 /**
2121 * Self executing function to setup the rating stars on the page.
2222 * This is done by finding all inputs belonging to a single rating
@@ -35,7 +35,7 @@
3636 callback: function( value, link ){
3737 var self = $(this);
3838 submitRating( self.attr( 'page' ), self.attr( 'tag' ), value );
39 - },
 39+ }
4040 });
4141 }
4242

Status & tagging log