From: erickson Date: Fri, 12 Nov 2010 20:52:08 +0000 (+0000) Subject: in some scenarios, the 'mous' class may not have loaded yet. pre-load the class... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=126c8b7b816d3be10f391c7fa71f8e26dee471f3;p=evergreen%2Fmasslnc.git in some scenarios, the 'mous' class may not have loaded yet. pre-load the class in myopac init git-svn-id: svn://svn.open-ils.org/ILS/trunk@18723 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/js/myopac.js b/Open-ILS/web/opac/skin/default/js/myopac.js index 770a6f327f..db63725bce 100644 --- a/Open-ILS/web/opac/skin/default/js/myopac.js +++ b/Open-ILS/web/opac/skin/default/js/myopac.js @@ -21,6 +21,8 @@ function clearNodes( node, keepArray ) { function myOPACInit() { + fieldmapper.IDL.load(['mous']); + var orgHiding = checkOrgHiding(); if (orgHiding) { hideMe($('prefs_def_location_row'));