From 0dfdf70816eb7ec94ac8d009829cf6ad4c4d162f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 13 Sep 2010 14:43:38 +0400 Subject: [PATCH] exception reports: show stack trace --- functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.39.2