Getting a 404 from jquery-3.1.0.min.js in zsfeedbackinit.js when try to load widget.

Getting a 404 from jquery-3.1.0.min.js in zsfeedbackinit.js when try to load widget.

In the Chrome web dev tools:

zsfeedbackinit.js:1 GET http://localhost:3000/[my app details]/jquery-3.1.0.min.js 404 (Not Found)

I am copy/pasting my "widget" from zohodesk into the page and getting this error.  This error implies to me that zsfeedbackinit.js is trying to load jquery using the current URL as a base and not with the information that is passed into it.

The application is already loading the version of jQuery that comes with Rails 4.2.7.1, which is an older version.

Any suggestions for how to resolve this?

Thanks.