File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h1>React<span class="text-ros">OS</span> {{< reactos-version >}}</h1>
1414</ div >
1515
1616< div class ="text-center ">
17- < a id ="bootcd " class ="buttons " href ="https://sourceforge.net/projects/reactos/files/latest/download "> < div class ="btn btn-primary "> Download Installation Medium</ div > </ a >
17+ < a id ="bootcd " class ="modalbtn " href ="https://sourceforge.net/projects/reactos/files/latest/download "> < div class ="btn btn-primary "> Download Installation Medium</ div > </ a >
1818</ div >
1919
2020< h2 > What does the Installation Medium offer?</ h2 >
Original file line number Diff line number Diff line change 11var bootcd = $ ( "#bootcd" ) . attr ( "href" ) ;
22$ ( "#bootcd" ) . removeAttr ( "href" ) ;
33$ ( ".modalbtn" ) . click ( function ( e ) {
4+ e . preventDefault ( ) ;
45 $ ( "#bootcdModal" ) . modal ( "toggle" ) ;
5- url = bootcd ;
6- $ ( '.modal-footer a' ) . attr ( "href" , url )
6+ $ ( '.modal-footer a' ) . attr ( "href" , bootcd )
77} ) ;
You can’t perform that action at this time.
0 commit comments