jpmarinacci / capstone

This is for Capstone 490 and 491
3 stars 2 forks source link

bootbox causes console bug #122

Open jpmarinacci opened 6 years ago

jpmarinacci commented 6 years ago

it's looking for popper.js which it doesnt need to run. It works without it. I tried to install popper.js a few times but could not successfully get rid of the issue.

Repro. Find a delete button - it should be wrapped in a bootbox dialog. open the debugger in chrome, in the network tab it the server will be looking for a file it can't find and therefore cause a red bug. should handle this 404 slighlty better i suppose