From: erickson Date: Fri, 9 Jan 2009 21:50:57 +0000 (+0000) Subject: let's load the IDL by default. will likely make this conditional later X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f69050a15d846b9ae99f26d8d096593a87a0be3b;p=Evergreen.git let's load the IDL by default. will likely make this conditional later git-svn-id: svn://svn.open-ils.org/ILS/trunk@11791 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/ui/base.js b/Open-ILS/web/js/ui/base.js index 923a2fdbcb..99cb583008 100644 --- a/Open-ILS/web/js/ui/base.js +++ b/Open-ILS/web/js/ui/base.js @@ -1,5 +1,6 @@ dojo.require('dijit.Dialog'); dojo.require('dojo.cookie'); +dojo.require('fieldmapper.AutoIDL'); // make conditional. TT variable sets JS var to enable/disable? dojo.require('fieldmapper.dojoData'); dojo.require('openils.User'); dojo.require('openils.CGI');