Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7c6375d

Browse files
committed
Merge pull request #2100 from TomMalbran/tom/fix-issue-2061
Fix: No gray JSLint star when Brackets launched with JSLint disabled
2 parents e11967e + 3c56b87 commit 7c6375d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/JSLintUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ define(function (require, exports, module) {
227227
var $jslintResults = $("#jslint-results"),
228228
$jslintContent = $("#jslint-results .table-container");
229229

230-
StatusBar.addIndicator(module.id, $("#gold-star"), false);
230+
StatusBar.addIndicator(module.id, $("#gold-star"), true);
231231
});
232232

233233
// Define public API

0 commit comments

Comments
 (0)