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