Sfoglia il codice sorgente

0107: Running Pi-Hole Ad-Blocker in a VirtualBox VM

i12bretro 3 anni fa
parent
commit
7c05941971
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      0107.html

+ 3 - 1
0107.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');
                 }
@@ -158,7 +160,7 @@
 	</li>
 	<li>Enter and confirm the new password</li>
 	<li>Click the Applications button &gt; Internet &gt; Chromium Web Browser</li>
-	<li>Navigate to http://DNSorIP/admin</vm></li>
+	<li>Navigate to http://DNSorIP/admin</li>
 	<li>Click Login</li>
 	<li>Authenticate with the admin password</li>
 </ol>