Fixed tabs loading the ajax request twice
This commit is contained in:
parent
8efa88a306
commit
3c077fad83
1 changed files with 2 additions and 2 deletions
|
@ -84,11 +84,11 @@
|
|||
this.bindIssuesSorting();
|
||||
this.bindTabsSwitching();
|
||||
|
||||
this.loadInitialTab();
|
||||
|
||||
// Load merge request tab if it is active
|
||||
// merge request tab is active based on different conditions in the backend
|
||||
this.loadTab($('.js-milestone-tabs .active a'));
|
||||
|
||||
this.loadInitialTab();
|
||||
}
|
||||
|
||||
Milestone.prototype.bindIssuesSorting = function() {
|
||||
|
|
Loading…
Reference in a new issue