Skip to content

Commit

Permalink
Update githubcalendar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zfour authored Mar 5, 2021
1 parent 5175873 commit 7504807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubcalendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ let github_canlendar = (git_user, git_color) => {
let html = github_main_box(git_monthchange, git_data, git_user, git_color, git_total, git_thisweekdatacore, git_weekdatacore, git_oneyearbeforeday, git_thisday, git_aweekago, git_amonthago);
append_div_gitcalendar(github_container, html);
if(document.getElementById('github_loading')){
document.getElementById('github_loading').innerHTML = ""};
document.getElementById('github_loading').remove()};
responsiveChart()
}).catch(function (error) {
console.log(error)
Expand Down

0 comments on commit 7504807

Please sign in to comment.