From a1208d205a26f922aec00cf3b82a3eb7a4fb870d Mon Sep 17 00:00:00 2001 From: james Date: Mon, 10 Dec 2007 21:47:05 +0000 Subject: [PATCH] Fix the JSON "invalid label" problem for firefox --- admin/reports.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/reports.php b/admin/reports.php index 3cdf69a5..d8a58f25 100644 --- a/admin/reports.php +++ b/admin/reports.php @@ -229,7 +229,8 @@ document.addreport.stock.style.display=''; document.getElementById('reporttypecustom').style.display='none'; document.getElementById('reportstockcustom').style.display='none'; - var obj=eval(http.responseText); + + var obj=eval('('+http.responseText+')'); if(obj['option']['type']) { for(i=0;i