From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Fri, 5 Feb 2010 19:20:30 +0000 (+0000) Subject: Correct JSDOJOOSRF vs. JSDOJOSRF typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=946a2e6338c1504ee00ca0bf173181edcaa115bb;p=evergreen%2Fpines.git Correct JSDOJOOSRF vs. JSDOJOSRF typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@15461 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/Makefile.am b/Open-ILS/web/Makefile.am index 5ccd64121b..18f862bf8d 100644 --- a/Open-ILS/web/Makefile.am +++ b/Open-ILS/web/Makefile.am @@ -25,7 +25,7 @@ OPACJS = $(OPENSRF_LIBS)/javascript/DojoSRF.js \ $(OPENSRF_LIBS)/javascript/opensrf_xmpp.js \ @top_srcdir@/Open-ILS/xul/staff_client/chrome//content//util/date.js JSDOJO = $(OPENSRF_LIBS)/javascript/DojoSRF.js -JSDOJOOSRF = $(OPENSRF_LIBS)/javascript/md5.js \ +JSDOJOSRF = $(OPENSRF_LIBS)/javascript/md5.js \ $(OPENSRF_LIBS)/javascript/JSON_v1.js \ $(OPENSRF_LIBS)/javascript/opensrf.js \ $(OPENSRF_LIBS)/javascript/opensrf_xhr.js \