We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a074f commit f95c966Copy full SHA for f95c966
public/js/index.js
@@ -2621,7 +2621,7 @@ function initIssueList() {
2621
$('.new-dependency-drop-list')
2622
.dropdown({
2623
apiSettings: {
2624
- url: '/api/v1/repos' + repolink + '/issues?q={query}',
+ url: suburl + '/api/v1/repos' + repolink + '/issues?q={query}',
2625
onResponse: function(response) {
2626
var filteredResponse = {'success': true, 'results': []};
2627
// Parse the response from the api to work with our dropdown
0 commit comments