Skip to content

Commit

Permalink
Update hexo_githubcalendar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zfour authored Mar 5, 2021
1 parent a628d43 commit 5175873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexo_githubcalendar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function GithubCalendar(git_githubapiurl,git_color,git_user){
if(document.getElementById('github_loading')){
document.getElementById('github_loading').innerHTML = ""};
document.getElementById('github_loading').remove()};
if(document.getElementById('github_container')){
var github_canlendar = (git_user,git_githubapiurl, git_color) => {
var git_fixed = 'fixed';
Expand Down

0 comments on commit 5175873

Please sign in to comment.