Looks like commit
e9a9875d added a check for IAMBROWSER that missed
the window. This commit adds the window.
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: John Amundson <jamundson@cwmars.org>
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
oilsBasePath + "/acq/lineitem/worksheet/" + li.id() +
'?source=' + encodeURIComponent(location.pathname + location.search)
- if (!IAMBROWSER) {
+ if (!window.IAMBROWSER) {
nodeByName("show_requests_link", row).href =
oilsBasePath + "/acq/picklist/user_request?lineitem=" + li.id() +
'?source=' + encodeURIComponent(location.pathname + location.search);