Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
crotel authored Sep 15, 2020
1 parent b0a225e commit c409323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cryear = (new Date()).getFullYear();
document.querySelector("section.footers p").innerHTML = `© Copyright ${cryear} Crotel - All Rights Reserved <br> Powered by Ghost + Github + jsDelivr + Cloudflare Workers`;
document.querySelector("section.footers p").innerHTML = `© Copyright ${cryear} CROTEL - All Rights Reserved <br> Powered by JSON + Github + jsDelivr + Cloudflare Workers`;
document.getElementById("readMoreBtn").addEventListener("click", function () {
document.getElementById("header").setAttribute('style', 'display:none;');
document.getElementById("content").setAttribute('style', 'display:block;padding-top:10vh;');
Expand Down

0 comments on commit c409323

Please sign in to comment.