Browse Source

Tinyify again for testing bug

Lee Morgan 5 years ago
parent
commit
3e429c44b1
2 changed files with 1 additions and 0 deletions
  1. 0 0
      views/dashboardPage/bundle.js
  2. 1 0
      views/dashboardPage/js/newOrder.js

File diff suppressed because it is too large
+ 0 - 0
views/dashboardPage/bundle.js


+ 1 - 0
views/dashboardPage/js/newOrder.js

@@ -108,6 +108,7 @@ let newOrder = {
                 if(typeof(response) === "string"){
                     banner.createError(response);
                 }else{
+                    console.log(response);
                     let ingredients = [];
                     for(let i = 0; i < response.ingredients.length; i++){
                         for(let j = 0; j < merchant.ingredients.length; j++){

Some files were not shown because too many files changed in this diff