Skip to content

Commit

Permalink
update license with current info
Browse files Browse the repository at this point in the history
  • Loading branch information
redstone-dev committed Jul 11, 2024
1 parent 943d923 commit 6d2ec2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 1 addition & 4 deletions templates/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ <h2>Help us out!</h2>
<p><span class="fa fa-github"></span> <a href="https://github.com/redstone-dev/Snazzle" target="_blank">Our software is open-source!</a></p>
<p><a href="https://scratch.mit.edu/discuss/topic/699735/">Scratch forums topic</a></p>
</div>
<div class="width-third">
<!--<p><img src="../static/replit.png" alt="replit logo" id="replit-logo"/><a href="https://snazzle-repl.redstonescratch.repl.co">Publicly hosted version on Replit (WIP)</a></p>-->
</div>
</div>

</section>
Expand All @@ -30,7 +27,7 @@ <h2>Help us out!</h2>

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);
}
});
Expand Down

0 comments on commit 6d2ec2b

Please sign in to comment.