diff options
author | 2018-03-01 14:59:42 +0000 | |
---|---|---|
committer | 2018-03-01 15:00:03 +0000 | |
commit | cd17fbe9df35a9312c067374cf4c395ae0c7a09e (patch) | |
tree | 59cf35667f8124d3c44a15ff7f6d60e5975478a9 /static | |
parent | Darken background of muted error header (diff) |
Finish up #31 by adding links
Diffstat (limited to 'static')
-rw-r--r-- | static/js/500.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/500.js b/static/js/500.js index f8407da1..72a9fc9a 100644 --- a/static/js/500.js +++ b/static/js/500.js @@ -31,7 +31,7 @@ typewriter.appendText('Python 3.6.4 (default, Jan 5 2018, 02:35:40)\n') .deleteChars(7) .pauseFor(1000) .typeString("response.text\n") - .appendText("'" + window._ErrorMsg + "'\n>>> ") + .appendText("" + window._ErrorMsg + "\n>>> ") .start(); function closeWindow(){ |