Skip to content

Commit

Permalink
production
Browse files Browse the repository at this point in the history
  • Loading branch information
HaveAGitGat committed Feb 16, 2019
1 parent d52a66f commit 7771579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HBBatchBeast/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ app.on('ready', function () {
mainWindow = new BrowserWindow({
width: 1400,
height: 1000,
// frame: false,
frame: false,
title: 'HBBatchBeast'


Expand Down
4 changes: 2 additions & 2 deletions HBBatchBeast/mainWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@
}


document.getElementById("worker" + message[0] + "Status").innerHTML = "<div class=\"grid-itemleft\"><p>Worker " + message[0] + " processing file:</p><div id=\"worker" + message[0] + "Percentage\"></div></div><div class=\"grid-itemright\"><p>" + sourceQueueArray[message[2]] + "</p></div>";
document.getElementById("worker" + message[0] + "Status").innerHTML = "<div class=\"grid-itemleft\"><p>Worker " + message[0] + " processing file:</p><div id=\"worker" + message[0] + "Percentage\"><p>Starting</p></div></div><div class=\"grid-itemright\"><p>" + sourceQueueArray[message[2]] + "</p></div>";


// workerStatusDiv
Expand Down Expand Up @@ -3459,7 +3459,7 @@
<div id="drag-region">

<div id="window-title">
<span>HBBatchBeast 2.0.6</span>
<span>HBBatchBeast 2.0.7</span>
</div>


Expand Down

0 comments on commit 7771579

Please # to comment.