Minor fixes

This commit is contained in:
DeionSi 2023-01-15 12:45:36 +01:00
parent 8836674fd8
commit a2800ec0fe
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
$body = $('body'),
$sidebar = $('#sidebar');
// Breakpoints. // Commented as the function is not implemented
// Breakpoints.
breakpoints({
xlarge: [ '1281px', '1680px' ],
large: [ '981px', '1280px' ],

View File

@ -83,7 +83,7 @@
<ul class="actions">
<!-- <li><input type='button' value="Install Serial Drivers" onclick="installDrivers();" /></li> -->
<li><input type='button' value="Refresh" onclick="refreshSerialPorts();" /></li>
<li><input type='button' value="Upload" id="btnInstall"" /></li>
<li><input type='button' value="Upload" id="btnInstall" /></li>
</ul>
</p>
</div>