renamed `Playpen` to `Playground` in ajax error handling
This commit is contained in:
parent
798225bcdc
commit
c36eca15c2
|
@ -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);
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue