Merge "Make sure that SQLite uses no prefix"
[lhc/web/wiklou.git] / resources / jquery / jquery.badge.js
index 17b6b33..c8073d1 100644 (file)
@@ -33,7 +33,7 @@
         *   if the badge should overlay the parent element (default is inline)
         */
        $.fn.badge = function ( text, inline ) {
-               var div, $badge = this.find( '.mw-badge' );
+               var $badge = this.find( '.mw-badge' );
 
                if ( text ) {
                        // If a badge already exists, reuse it