Skip to content

Commit

Permalink
Consistent names. (#146)
Browse files Browse the repository at this point in the history
* Rename workday_waiver.css to workday-waiver.css

* Update and rename workday_waiver.html to workday-waiver.html

* Update main.js

* fixed for ci
  • Loading branch information
NetizenAbel authored and thamara committed Dec 11, 2019
1 parent e8daf15 commit 6320832
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 152 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function createWindow () {
const today = new Date();
global.waiverDay = today.toISOString().substr(0, 10);
}
const htmlPath = path.join('file://', __dirname, 'src/workday_waiver.html');
const htmlPath = path.join('file://', __dirname, 'src/workday-waiver.html');
let waiverWindow = new BrowserWindow({ width: 600,
height: 500,
parent: win,
Expand Down
149 changes: 0 additions & 149 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/workday_waiver.css → src/workday-waiver.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ td {

.waiver-list-table {
width: 100%;
}
}
2 changes: 1 addition & 1 deletion src/workday_waiver.html → src/workday-waiver.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Time to Leave - Workday Waiver Manager</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="../css/themes.css">
<link rel="stylesheet" href="workday_waiver.css">
<link rel="stylesheet" href="workday-waiver.css">

<script>
delete module.exports
Expand Down

0 comments on commit 6320832

Please sign in to comment.