]> git.wh0rd.org - tt-rss.git/commitdiff
exception reports: show stack trace
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 13 Sep 2010 10:43:38 +0000 (14:43 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 13 Sep 2010 10:43:38 +0000 (14:43 +0400)
functions.js

index b3fc8876a24d63bd21f168ef0cc59d4797159189..59ff28efb8dd8a16aa0cb7c78e09e690e5fff481 100644 (file)
@@ -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);
                }