diff --git a/LICENSE b/LICENSE index d6a6036..a6eb95e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2023, RedstoneScratch +Copyright (c) 2024, SnarpleDev Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/templates/_footer.html b/templates/_footer.html index 89af9cc..d8dddf3 100644 --- a/templates/_footer.html +++ b/templates/_footer.html @@ -6,9 +6,6 @@

Help us out!

Our software is open-source!

Scratch forums topic

-
- -
@@ -30,7 +27,7 @@

Help us out!

anchorElement.href = `/img-fullscreen?url=${imageUrl}`; imgElement.parentNode.insertBefore(anchorElement, imgElement); - imgElement.title = "Click to enlarge image"; + imgElement.title = "Click to view in fullscreen"; anchorElement.appendChild(imgElement); } });