Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed May 9, 2024
2 parents c399405 + bae176f commit 05012c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function initializeWebApp() {
event.preventDefault();
window.open(event.currentTarget.href, '_blank');
});
if (location.host == 'blockbench-dev.netlify.app' || true) {
if (location.host == 'blockbench-dev.netlify.app') {
let button = $(`<a href="https://www.netlify.com/" style="padding: 10px; color: white; cursor: pointer; text-decoration: none; display: block;" target="_blank" rel="noopener">
Hosted by
<img src="https://www.blockbench.net/_nuxt/74d4819838c06fa271394f626e8c4b16.svg" height="20px" style="vertical-align: text-top;">
Expand Down

0 comments on commit 05012c7

Please sign in to comment.