Skip to content

Commit

Permalink
hotfix switch for display credit button
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyuzhang committed Sep 9, 2019
1 parent 57cb4c7 commit dd103ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<script>
if (typeof show_showcase == 'undefined') {var show_showcase = false;};
if (show_showcase){$('#showcase').removeClass("is-hidden");};
if (typeof fizzy_credit == 'undefined') {var fizzy_credit = false;};
if (typeof fizzy_credit == 'undefined') {var fizzy_credit = true;};
if (fizzy_credit){$('#fizzy-credit').removeClass("is-hidden");};
</script>

Expand Down

0 comments on commit dd103ec

Please sign in to comment.