arXiv / arxiv-submission-ui

User interface of NG submit system.
MIT License
2 stars 6 forks source link

Null in relative URLs for static resources #135

Closed bdc34 closed 5 years ago

bdc34 commented 5 years ago

On a new submission, on the authorship page is see the following in the

 <link rel="stylesheet" href="/static/submit/null/css/submit.css" />
 <script src="/static/submit/null/js/filewidget.js"></script>

I'm assuming that /static/submit/null is not correct.

bdc34 commented 5 years ago

OTOH, /static/submit/null/js/filewidget.js is successfully retrieved by the browser.