Skip to content

Commit 403a285

Browse files
author
Philip Guo
committed
bleh
1 parent a709e60 commit 403a285

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

PyTutorGAE/js/edu-python.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,10 @@ function eduPythonCommonInit() {
15901590

15911591
// log a generic AJAX error handler
15921592
$(document).ajaxError(function() {
1593-
alert("Uh oh, the server returned an error, boo :( Please reload the page and try executing a different Python script.");
1593+
alert("Server error (possibly due to memory/resource overload).");
1594+
1595+
$('#executeBtn').html("Visualize execution");
1596+
$('#executeBtn').attr('disabled', false);
15941597
});
15951598

15961599
}

0 commit comments

Comments
 (0)