Skip to content

Commit 84a954f

Browse files
authored
Merge pull request #25 from hifocus/New-Gravatar-Source
Update 26.2 (Testing Only)
2 parents 6fbcbe0 + 481348f commit 84a954f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

assets/js/function.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ document.getElementById("name").innerHTML = finaltitle;
311311
document.getElementById("description").innerHTML = finalsub;
312312

313313
// Copyright console log copied from https://github.com/MoePlayer/APlayer/. Thank you.
314-
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;');
314+
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;');
315315

316316
function showqrcode() {
317317
if (location.href.substr(location.href.lastIndexOf('#') + 1) == "showqrcode" && selected == "yes") document.getElementById('showqrcode').style.display = "flex";

assets/js/function.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)