File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 < link rel ="stylesheet " href ="style.css ">
1313 </ head >
1414 < body >
15- < iframe id ="iframe " sandbox ="allow-scripts allow-forms " onload ="setUrl() "> </ iframe >
15+ < iframe id ="iframe " sandbox ="allow-scripts allow-forms " allowfullscreen =" true " webkitallowfullscreen =" true " onload ="setUrl() "> </ iframe >
1616 < button id ="s-load "> +</ button >
1717 < div id ="m-top " hidden >
1818 < div class ="mfr ">
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ const data = {
2424 ssrc . innerHTML = '' ;
2525 Object . keys ( obj . src ) . forEach ( src => data . addOpt ( ssrc , src ) ) ;
2626 data . upd ( ) ;
27+ ui . panel . style . display = 'block' ;
28+ ui . panel . classList . toggle ( 'hidden' ) ;
2729 } ,
2830 includeAny : function ( i , tags ) {
2931 for ( let t of tags ) {
@@ -84,8 +86,6 @@ const ui = {
8486 } ) ;
8587 ui . resetInactivityTimer ( ) ;
8688 ui . bload . addEventListener ( 'click' , ( ) => {
87- ui . panel . style . display = 'block' ;
88- ui . panel . classList . toggle ( 'hidden' ) ;
8989 ui . loadCat ( ) ;
9090 } ) ;
9191 } ,
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ select.mfa {
8484 cursor : pointer;
8585}
8686
87- options .mfa {
87+ select .mfa option {
8888 background : # 444 ;
8989 color : # eee ;
9090}
You can’t perform that action at this time.
0 commit comments