mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-20 07:21:52 +02:00
Deploying to gh-pages from @ hacks-guide/Guide_3DS@b0bbd98f83 🚀
This commit is contained in:
@@ -330,6 +330,14 @@ window.cookieconsent.initialise({
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="homebrew-launcher-(super-skaterhax)"><a href='/homebrew-launcher-(super-skaterhax)'>Homebrew Launcher (super-skaterhax)</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="dumping-movable-(nimhax)"><a href='/dumping-movable-(nimhax)'>Dumping Movable (nimhax)</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="multiple-options"><i>(Multiple Options)</i></li>
|
||||
|
||||
|
||||
@@ -350,10 +358,6 @@ window.cookieconsent.initialise({
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="homebrew-launcher-(pichaxx)"><a href='/homebrew-launcher-(pichaxx)'>Homebrew Launcher (PicHaxx)</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="bannerbomb3-fredtool-(twn)"><a href='/bannerbomb3-fredtool-(twn)'>BannerBomb3 + Fredtool (TWN)</a></li>
|
||||
|
||||
|
||||
@@ -374,6 +378,10 @@ window.cookieconsent.initialise({
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="installing-boot9strap-(safecerthax)"><a href='/installing-boot9strap-(safecerthax)'>Installing boot9strap (safecerthax)</a></li>
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="installing-boot9strap-(ssloth-browser)"><a href='/installing-boot9strap-(ssloth-browser)'>Installing boot9strap (SSLoth-Browser)</a></li>
|
||||
|
||||
|
||||
@@ -390,7 +398,7 @@ window.cookieconsent.initialise({
|
||||
|
||||
|
||||
|
||||
<li style="display: none;" data-name="installing-boot9strap-(hbl-usm)"><a href='/installing-boot9strap-(hbl-usm)'>Installing boot9strap (HBL-USM)</a></li>
|
||||
<li style="display: none;" data-name="installing-boot9strap-(frogtool)"><a href='/installing-boot9strap-(frogtool)'>Installing boot9strap (Frogtool)</a></li>
|
||||
|
||||
|
||||
|
||||
@@ -477,6 +485,16 @@ window.cookieconsent.initialise({
|
||||
|
||||
<p>To find the correct method for your device, please enter the system version you found in Section II.</p>
|
||||
|
||||
<table id="modeltable" class="modeltable" style="display:none">
|
||||
<thead>
|
||||
<th><div align="center">Old 3DS/2DS</div></th>
|
||||
<th><div align="center">New 3DS/2DS</div></th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
|
||||
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="selectversion" class="selectversion" style="display:none">
|
||||
<br />
|
||||
<select id="major">
|
||||
@@ -576,9 +594,13 @@ window.cookieconsent.initialise({
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.getElementById("modeltable").style.display = "block";
|
||||
document.getElementById("selectversion").style.display = "block";
|
||||
</script>
|
||||
|
||||
<p id="result_noneSelected" style="display:none">
|
||||
System model is required.
|
||||
</p>
|
||||
<p id="result_invalidVersion" style="display:none">
|
||||
This doesn't seem to be a valid system version.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user