We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dda6f commit 93876ceCopy full SHA for 93876ce
1 file changed
public/js/script.js
@@ -1045,6 +1045,17 @@ $(document).keydown((event) => {
1045
loadConfigFromCookie();
1046
getReleasesFromGitHub();
1047
1048
+if (firebase.app().options.projectId === "monkey-type-dev-67af4") {
1049
+ $("#top .logo .bottom").text("monkey-dev");
1050
+ $("head title").text("Monkey Dev")
1051
+}
1052
+
1053
+if (window.location.hostname === "localhost") {
1054
+ $("#top .logo .top").text("localhost");
1055
+ $("head title").text($("head title").text() + " (localhost)");
1056
1057
1058
1059
$(document).ready(() => {
1060
$('body').css('transition', '.25s');
1061
restartTest();
0 commit comments