Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
deenaariff committed Mar 15, 2018
1 parent 1f62f34 commit 9f38e08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions machineStatus/machineStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<script src="../js/jquery.min.js"></script>
<script src="../js/dbTransactions.js"></script>
<script src="./updateMachineStatus.js"></script>
<script>
console.log("this has been invoked");
</script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion stats/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(document).ready(function(){
{
label: "Items",
backgroundColor: ["#3e95cd", "#8e5ea2","#3cba9f","#e8c3b9","#c45850"],
data: data2
data: values
}
]
},
Expand Down

0 comments on commit 9f38e08

Please sign in to comment.