File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 185
185
$ ( '#titles' ) . click (
186
186
make_click_handler ( $ ( '#titles' ) , 'notitles' )
187
187
) ;
188
+ $ ( '#background_mode' ) . click (
189
+ function ( ) { $ ( "#area svg" ) . toggle ( ) ; }
190
+ ) ;
188
191
$ ( '#hide_rc_box' ) . click (
189
192
function ( ) { $ ( "#rc-log" ) . toggle ( ) ; }
190
193
) ;
@@ -331,7 +334,8 @@ <h3>Settings</h3>
331
334
< label for ='titles '> Hide article titles</ label > </ p >
332
335
< p > < input type ="checkbox " name ="hide_rc_box " id ="hide_rc_box ">
333
336
< label for ="hide_rc_box "> Hide recent changes console</ label > </ p >
334
-
337
+ < p > < input type ="checkbox " name ="background_mode " id ="background_mode ">
338
+ < label for ="background_mode "> Hide graphics for background listening</ label > </ p >
335
339
< h3 > Languages</ h3 >
336
340
< div id ='lang-boxes '> </ div >
337
341
< div class ='clear '> < br /> </ div >
You can’t perform that action at this time.
0 commit comments