From: erickson Date: Fri, 12 Nov 2010 20:52:39 +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=bf4f93507eedcc28d671dce2321b1ddd4a781985;p=contrib%2FConifer.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/branches/rel_2_0@18724 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'));