Skip to content

Commit

Permalink
fix: default tab cloak
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpmanDev authored Sep 22, 2024
1 parent 8e105b0 commit a328153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/assets/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ function tabCloak() {
}

function disableTabCloak() {
var newTitle = "Doge | V4";
var newIcon = "/assets/img/doge.jpg";
var newTitle = "(1) SalyteLearn;
var newIcon = "/assets/img/salyte.jpg";

localStorage.setItem("tabTitle", newTitle);
localStorage.setItem("tabIcon", newIcon);
Expand Down

0 comments on commit a328153

Please sign in to comment.