renamed `Playpen` to `Playground` in ajax error handling

This commit is contained in:
Michal Budzynski 2017-08-06 17:10:52 +02:00
parent 798225bcdc
commit c36eca15c2
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ function run_rust_code(code_block) {
result_block.text(response.result);
},
error: function(qXHR, textStatus, errorThrown){
result_block.text("Playpen communication " + textStatus);
result_block.text("Playground communication " + textStatus);
},
});
}