Minor fixes
This commit is contained in:
parent
8836674fd8
commit
a2800ec0fe
|
@ -10,7 +10,7 @@
|
|||
$body = $('body'),
|
||||
$sidebar = $('#sidebar');
|
||||
|
||||
// Breakpoints. // Commented as the function is not implemented
|
||||
// Breakpoints.
|
||||
breakpoints({
|
||||
xlarge: [ '1281px', '1680px' ],
|
||||
large: [ '981px', '1280px' ],
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue