Skip to content

Commit

Permalink
v1.0.164 beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed May 2, 2019
1 parent 2dbb5df commit db77d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,14 @@
<div id="jogcontrols" class="mt-2">
<div class="row flex-justify-center flex-align-start" style="width: 100%; height: 100%;">
<div class="cell">
<nav data-role="ribbonmenu" class="mt-2">
<!-- <nav data-role="ribbonmenu" class="mt-2">
<ul class="tabs-holder ml-17">
<li><a href="#tab-mm">mm-mode</a></li>
<li><a href="#tab-inch">inch-mode</a></li>
</ul>
</nav>
<table class="drotable mt-0">
</nav> -->
<table class="drotable mt-2">
<tr>
<td>
<button class="button light jogbtn" onclick="sendGcode( 'G10 P1 L20 X0')" style="width: 60px;" data-role="ripple" data-ripple-color="#e21b1b">
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@ if (isElectron()) {

// console.log(openFilePath);
readFile(openFilePath);
if (openFilePath.length > 1) {
if (openFilePath !== undefined) {
if (openFilePath.endsWith('.obc')) {
//
} else {
Expand Down

0 comments on commit db77d97

Please sign in to comment.