diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-09-13 14:50:23 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-09-13 14:50:23 +0400 |
| commit | 4973c5ef559316dda90108f5854701389790e407 (patch) | |
| tree | 462d9512f0495689ac3b6f95d933ddf490e1ed87 /functions.js | |
| parent | c7a5c8a5a2703f78bf36dc3f2c5cc2f8fc8ec713 (diff) | |
| parent | 0dfdf70816eb7ec94ac8d009829cf6ad4c4d162f (diff) | |
fix merge conflict with master
Diffstat (limited to 'functions.js')
| -rw-r--r-- | functions.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.js b/functions.js index b3fc8876a..59ff28efb 100644 --- a/functions.js +++ b/functions.js @@ -46,12 +46,12 @@ function exception_error(location, e, ext_info) { if (ext_info) { ebc.innerHTML += "<div><b>Additional information:</b></div>" + - "<textarea readonly=\"1\">" + ext_info + "</textarea>"; + "<textarea readonly=\"1\">" + ext_info + "</textarea>"; } ebc.innerHTML += "<div><b>Stack trace:</b></div>" + "<textarea readonly=\"1\">" + e.stack + "</textarea>"; - + } else { alert(msg); } |