We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a709e60 commit 403a285Copy full SHA for 403a285
PyTutorGAE/js/edu-python.js
@@ -1590,7 +1590,10 @@ function eduPythonCommonInit() {
1590
1591
// log a generic AJAX error handler
1592
$(document).ajaxError(function() {
1593
- alert("Uh oh, the server returned an error, boo :( Please reload the page and try executing a different Python script.");
+ alert("Server error (possibly due to memory/resource overload).");
1594
+
1595
+ $('#executeBtn').html("Visualize execution");
1596
+ $('#executeBtn').attr('disabled', false);
1597
});
1598
1599
}
0 commit comments