Skip to content

Commit 0ecd78c

Browse files
kushthedudemariobehling
authored andcommitted
fix: Closed label not getting shown (#33)
1 parent ca59326 commit 0ecd78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var userReasonElement = document.getElementById("userReason");
1010
var gsoc = 0;//0 means gsoc. 1 means gsoc
1111
function handleBodyOnLoad(){
1212
// prefill name
13-
chrome.storage.local.get(["githubUsername","projectName","enableToggle","startingDate","endingDate","showOpenLabel","userReason","lastWeekContribution","gsoc"],function(items){
13+
chrome.storage.local.get(["githubUsername","projectName","enableToggle","startingDate","endingDate","showOpenLabel","showClosedLabel","userReason","lastWeekContribution","gsoc"],function(items){
1414
if(items.githubUsername){
1515
githubUsernameElement.value=items.githubUsername;
1616
}

0 commit comments

Comments
 (0)