nextbox-ui-plugin icon indicating copy to clipboard operation
nextbox-ui-plugin copied to clipboard

Missing jquery file

Open nikzeyn opened this issue 3 years ago • 2 comments

The source code tries to get jquery-3.4.1.min.js but it is not in that folder under master branch. Error thrown in django: "GET /static/nextbox_ui_plugin/jquery/jquery-3.4.1.min.js HTTP/1.1" 404 1758

I think it needs to be added to the specified directory.

nikzeyn avatar Mar 11 '22 03:03 nikzeyn

shouldn't that be 3.6 if is is needed?

ekrichbaum avatar Mar 11 '22 03:03 ekrichbaum

I don't know much about jquery but It seems 3.6 is the latest version and I guess it would be great to have it. I thought maybe the code uses v3.4 for backward-compatibility.

nikzeyn avatar Mar 11 '22 10:03 nikzeyn