From: Andrew Dolgov Date: Mon, 13 Sep 2010 10:43:38 +0000 (+0400) Subject: exception reports: show stack trace X-Git-Tag: 1.4.3.1~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0dfdf70816eb7ec94ac8d009829cf6ad4c4d162f;p=tt-rss.git exception reports: show stack trace --- diff --git a/functions.js b/functions.js index b3fc8876..59ff28ef 100644 --- a/functions.js +++ b/functions.js @@ -46,12 +46,12 @@ function exception_error(location, e, ext_info) { if (ext_info) { ebc.innerHTML += "
Additional information:
" + - ""; + ""; } ebc.innerHTML += "
Stack trace:
" + ""; - + } else { alert(msg); }