Some javascript not working under relative URL
Created by: Tegereo
Running master under a relative url ("/gitlab"), and getting the following error when trying to add users to a project.
Failed to load resource: the server responded with a status of 404 (Not Found) https://localhost/api/v3/users.json?
The offending javascript (app/assets/javascripts/users_select.js.coffee) has no way of inserting the relative URL to the request. Manually adding '/gitlab' in front of '/api' in the two ajax calls resolves the problem.