Skip to content

Commit

Permalink
Merge pull request #25 from hifocus/New-Gravatar-Source
Browse files Browse the repository at this point in the history
Update 26.2 (Testing Only)
  • Loading branch information
hifocus committed Aug 28, 2021
2 parents 6fbcbe0 + 481348f commit 84a954f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/js/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ document.getElementById("name").innerHTML = finaltitle;
document.getElementById("description").innerHTML = finalsub;

// Copyright console log copied from https://github.com/MoePlayer/APlayer/. Thank you.
console.log(`${'\n'} %c Merger 0.26.1 %c https://github.com/hifocus/merger ${'\n'}`, 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;');
console.log(`${'\n'} %c Merger 0.26.2 %c https://github.com/hifocus/merger ${'\n'}`, 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;');

function showqrcode() {
if (location.href.substr(location.href.lastIndexOf('#') + 1) == "showqrcode" && selected == "yes") document.getElementById('showqrcode').style.display = "flex";
Expand Down
2 changes: 1 addition & 1 deletion assets/js/function.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 84a954f

@vercel
Copy link

@vercel vercel bot commented on 84a954f Aug 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.