We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225c489 commit 54259e2Copy full SHA for 54259e2
public/js/index.js
@@ -2626,7 +2626,7 @@ function initIssueList() {
2626
$('.new-dependency-drop-list')
2627
.dropdown({
2628
apiSettings: {
2629
- url: '/api/v1/repos' + repolink + '/issues?q={query}',
+ url: suburl + '/api/v1/repos' + repolink + '/issues?q={query}',
2630
onResponse: function(response) {
2631
var filteredResponse = {'success': true, 'results': []};
2632
// Parse the response from the api to work with our dropdown
0 commit comments