Skip to content

Commit

Permalink
Fix crystal playground internal link (#6596)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth authored and bcardiff committed Aug 24, 2018
1 parent eefa0c6 commit 82371b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $(function(){

$("#saveAsGist").click(function(e) {
if (Playground.settings.getGithubToken() == '') {
window.open('/settings.html');
window.open('/settings');
return;
}

Expand Down

0 comments on commit 82371b1

Please sign in to comment.