|
@@ -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>
|