From 84bfb1cc1d41d4fd6f3798204049bfdd192394ae Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Fri, 27 Jan 2012 09:09:08 -0500 Subject: [PATCH] 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 --- Open-ILS/web/Makefile.am | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.11.0