Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-17 19:40:26 +0300
committerPhil Hughes <me@iamphill.com>2018-01-17 19:40:26 +0300
commit3a1cfe364f7409b78f44b3886c23dcbceb7de1fe (patch)
treebbeaa89dac4fcb6c9e6637fd0f6ae9c58a4e66ad /app
parent9dc774cd30c1bcff425a218f115ebf6b218ba4dd (diff)
fixed eslint
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/merge_request.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/merge_request.js b/app/assets/javascripts/merge_request.js
index 5384872acb7..2cbf55a8175 100644
--- a/app/assets/javascripts/merge_request.js
+++ b/app/assets/javascripts/merge_request.js
@@ -111,7 +111,7 @@ MergeRequest.prototype.initCommitMessageListeners = function() {
});
};
-MergeRequest.updateStatusText = function(classToRemove, classToAdd, newStatusText) {
+MergeRequest.updateStatusText = function() {
$('.detail-page-header .status-box')
.removeClass('status-box-open')
.addClass('status-box-mr-merged')