Skip to content

Commit

Permalink
Fix order_state
Browse files Browse the repository at this point in the history
  • Loading branch information
milenaaluisa committed Jun 15, 2022
1 parent 15eb533 commit 52f81f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/order_state.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function changeOrderState() {
const states = document.querySelectorAll('#restaurants > article > #orders > article > select');
const states = document.querySelectorAll('#restaurant_orders > article > #orders > article > select');

states.forEach(function(state, i) {
idFoodOrder = state.getAttribute('data-id');
Expand Down

0 comments on commit 52f81f0

Please sign in to comment.