From: Stas Vilchik Date: Tue, 23 Dec 2014 14:06:04 +0000 (+0100) Subject: SONAR-5967 Fix after 'Remove the limitation of 3000 lines' X-Git-Tag: 4.5.2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d89bdcbe5c7e56785569cc26204482d6f760f2fd;p=sonarqube.git SONAR-5967 Fix after 'Remove the limitation of 3000 lines' --- diff --git a/server/sonar-web/src/main/coffee/component-viewer/source.coffee b/server/sonar-web/src/main/coffee/component-viewer/source.coffee index 0c43c076d2f..e9cc0abf173 100644 --- a/server/sonar-web/src/main/coffee/component-viewer/source.coffee +++ b/server/sonar-web/src/main/coffee/component-viewer/source.coffee @@ -313,4 +313,3 @@ define [ showZeroLine: @showZeroLine() issuesLimit: ISSUES_LIMIT issuesLimitReached: @model.get('activeIssues')?.length > ISSUES_LIMIT - baseDuplications: @getBaseDuplications()