r75082 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75081‎ | r75082 | r75083 >
Date:12:00, 20 October 2010
Author:hartman
Status:deferred
Tags:
Comment:
Fix selector. This is a class, not an element.
Modified paths:
  • /branches/MwEmbedStandAlone/modules/EmbedPlayer/skins/mw.PlayerControlBuilder.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/EmbedPlayer/skins/mw.PlayerControlBuilder.js
@@ -1757,7 +1757,7 @@
17581758 } );
17591759
17601760 // Up the z-index of the default status indicator:
1761 - $playHead.find( 'ui-slider-handle' ).css( 'z-index', 4 );
 1761+ $playHead.find( '.ui-slider-handle' ).css( 'z-index', 4 );
17621762 $playHead.find( '.ui-slider-range' ).addClass( 'ui-corner-all' ).css( 'z-index', 2 );
17631763
17641764 // Add buffer html:

Status & tagging log