From d23e7c4820e927c2134498a0fc7ca7d00e20fe28 Mon Sep 17 00:00:00 2001
From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 4 Nov 2010 21:15:52 +0000
Subject: [PATCH] cut down on reloading of IDL classes

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18603 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/web/js/dojo/fieldmapper/IDL.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Open-ILS/web/js/dojo/fieldmapper/IDL.js b/Open-ILS/web/js/dojo/fieldmapper/IDL.js
index 2c3f1baab1..b6c43fb889 100644
--- a/Open-ILS/web/js/dojo/fieldmapper/IDL.js
+++ b/Open-ILS/web/js/dojo/fieldmapper/IDL.js
@@ -20,6 +20,7 @@ if(!dojo._hasResource["fieldmapper.IDL"]) {
                     for (var i = 0; i < classlist.length; i++) {
                         var trim_class = classlist[i];
                         if (!trim_class) continue;
+                        if (fieldmapper.IDL.fmclasses && fieldmapper.IDL.fmclasses[trim_class]) continue;
 
                         if (i > 0) idl_url += '&';
                         idl_url += 'class=' + trim_class;
-- 
2.11.0