andyzhou1999 / csci-401-capstone

Repo for hosting Group 28 capstone project
0 stars 3 forks source link

Error & warning messages on console #4

Closed FrostXTJ closed 3 years ago

FrostXTJ commented 3 years ago

There are a couple of error and warning messages logged on console. It seems they are not blocking the app from working properly but it is better to fix it:

Recommendation Page: image

Template Page: image

andrewhan324 commented 3 years ago

Fixed the issue #4

For the recommendation error, the order of library import was the issue. jquery should be imported first before bootstrap

For the template error, it seems previous group tried to use another button with custom image (Add Template) instead of 'Create Template' button we already have. So I just commented out that part.