Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgstabrani committed Dec 28, 2020
1 parent 1103108 commit 7c309a9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 377 deletions.
217 changes: 0 additions & 217 deletions catatan-config.js

This file was deleted.

1 change: 1 addition & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[1228/212833.506:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h6>Rp20.000</h6>
</div>
<div id="orange-juice" class="form-row">
<div class="col">
<h6><b>Orang Juice</b></h6>
<h6><b>Orange Juice</b></h6>
<h6>Rp10.000</h6>
</div>
<div class="col mt-4">
Expand Down
158 changes: 0 additions & 158 deletions liff-starter.js

This file was deleted.

2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ document.getElementById('sendMessageButton').addEventListener('click', function(
menu[0] = document.getElementById('jumlah-krabby-patty').innerHTML+" Krabby Patty\n";
menu[1] = document.getElementById('jumlah-fried-chicken').innerHTML+" Fried Chicken\n";
menu[2] = document.getElementById('jumlah-milkshake').innerHTML+" Milkshake\n";
menu[3] = document.getElementById('jumlah-orange-juice').innerHTML+" Orang Juice\n";
menu[3] = document.getElementById('jumlah-orange-juice').innerHTML+" Orange Juice\n";
var pesan = []
for(var i = 0; i < 4; i++){
if(menu[i][0] > 0){
Expand Down

0 comments on commit 7c309a9

Please sign in to comment.