From: Lebbeous Fogle-Weekley Date: Fri, 27 Jan 2012 14:09:08 +0000 (-0500) Subject: JSON_v0 has been superseded, and it has insidious bugs anyway. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=84bfb1cc1d41d4fd6f3798204049bfdd192394ae;p=evergreen%2Fequinox.git JSON_v0 has been superseded, and it has insidious bugs anyway. For example, you cannot round-trip this through JSON2js() and js2JSON() in IE8: http://paste.lisp.org/display/127338 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/Makefile.am b/Open-ILS/web/Makefile.am index 9eb82f275f..4b7a76a6d4 100644 --- a/Open-ILS/web/Makefile.am +++ b/Open-ILS/web/Makefile.am @@ -17,7 +17,6 @@ OILSWEB_INST = webcore-install offline-install reports_SCRIPTS = @top_srcdir@/Open-ILS/xul/staff_client/server/admin/adminlib.js OPACJS = $(OPENSRF_LIBS)/javascript/DojoSRF.js \ - $(OPENSRF_LIBS)/javascript/JSON_v0.js \ $(OPENSRF_LIBS)/javascript/JSON_v1.js \ $(OPENSRF_LIBS)/javascript/md5.js \ $(OPENSRF_LIBS)/javascript/opensrf.js \