File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 140140 e . preventDefault ( ) ;
141141
142142 $obj . rfcEdit . add ( $obj . rfcLink ) . hide ( ) ;
143- $obj . rfcEditInput . show ( ) . focus ( ) ;
143+ $obj . rfcEditInput . show ( ) . trigger ( 'focus' ) ;
144144 } ) ;
145145
146146 $obj . rfcEditInput . on ( 'keydown' , function ( e ) {
190190 e . preventDefault ( ) ;
191191
192192 $obj . ticketEdit . add ( $obj . ticketLink ) . hide ( ) ;
193- $obj . ticketEditInput . show ( ) . focus ( ) ;
193+ $obj . ticketEditInput . show ( ) . trigger ( 'focus' ) ;
194194 } ) ;
195195
196196 $obj . ticketEditInput . on ( 'keydown' , function ( e ) {
245245 e . preventDefault ( ) ;
246246
247247 $obj . duplicateEdit . add ( $obj . duplicateLink ) . hide ( ) ;
248- $obj . duplicateEditInput . show ( ) . focus ( ) ;
248+ $obj . duplicateEditInput . show ( ) . trigger ( 'focus' ) ;
249249 } ) ;
250250
251251 $obj . duplicateEditInput . on ( 'keydown' , function ( e ) {
301301 e . preventDefault ( ) ;
302302
303303 $obj . implementedEdit . add ( $obj . implementedVersion ) . hide ( ) ;
304- $obj . implementedEditInput . show ( ) . focus ( ) ;
304+ $obj . implementedEditInput . show ( ) . trigger ( 'focus' ) ;
305305 } ) ;
306306
307307 $obj . implementedEditInput . on ( 'keydown' , function ( e ) {
310310 e . stopPropagation ( ) ;
311311
312312 var $this = $ ( this ) ,
313- find = / ^ \d \. \d \. \d + ( \ -\w + ) ? $ / ,
313+ find = / ^ \d \. \d \. \d + ( - \w + ) ? $ / ,
314314 url = $obj . implementedEdit . attr ( 'href' ) ,
315315 value = $this . val ( ) ;
316316
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ dd.topics {
1414 font-family : Arial, Helvetica, sans-serif;
1515 font-size : 14px ;
1616 font-weight : bold;
17- background : url ('images/button-sprite.png' ) no-repeat;
18- color : # ffffff !important ;
17+ background : url ("images/button-sprite.png" ) no-repeat;
1918 text-shadow : 0 -1px 0 rgba (0 , 0 , 0 , 1 );
19+ color : # ffffff !important ;
2020 display : inline-block;
2121 float : left;
2222 width : 65px ;
You can’t perform that action at this time.
0 commit comments