Selaa lähdekoodia

0390: Flashing DD-WRT to Real Hardware Router (ASUS RT-AC56U)

i12bretro 3 vuotta sitten
vanhempi
commit
4c746c08db
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      0390.html

+ 5 - 1
0390.html

@@ -37,6 +37,8 @@
               try {
                 if($('#'+ theButton.attr('rel')).parent('div').hasClass('PS')){
                   $('#'+ theButton.attr('rel')).addClass('copy-animation-ps');
+								} else if($('#'+ theButton.attr('rel')).parent('div').hasClass('CMD')){
+									$('#'+ theButton.attr('rel')).addClass('copy-animation-cmd');
                 } else {
                   $('#'+ theButton.attr('rel')).addClass('copy-animation');
                 }
@@ -75,7 +77,9 @@
           </div>
           <div></div>
           <div id="content">
-          <h2>Flashing DD-WRT</h2>
+          <p><em>DISCLAIMER: This process will overwrite the current stock ROM on your router. I have tested these steps on my own devices, but I am not responsible if you damage or brick your device. Verify DD-WRT will work on your router model before starting.</em></p>
+
+<h2>Flashing DD-WRT</h2>
 
 <ol>
 	<li>Open a web browser and go to https://dd-wrt.com</li>