]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1282277_LP1282286_Unitialized_Vars_FIx
authorLiam Whalen <liam.whalen@bc.libraries.coop>
Sun, 13 Jul 2014 17:49:07 +0000 (10:49 -0700)
committerBen Shum <bshum@biblio.org>
Tue, 11 Nov 2014 01:47:08 +0000 (20:47 -0500)
commit64fcd3095f3a6ba9bc6148c81340fc108c890db6
tree452051ca0bae1b5d300949ce3aef0b27131b6ee3
parent15162f6428c165aac10e3ffb25fa64f2df5d19a5
LP1282277_LP1282286_Unitialized_Vars_FIx

The commit to prompt users if they are going to lose data in MARC edit
added some new variables (tabs, and tab) in various files.  If the MARC
edit window does not appear in a tab, then these variables remain
unitialzed and cause problems for MARC edits that appear in their own
window.  By checking for the existence of the variables before MARC
edito loads in its own windown, the problems are resolved.

Signed-off-by: Liam Whalen <liam.whalen@bc.libraries.coop>
Signed-off-by: Jennifer Pringle <jpringle@sitka.bclibraries.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js
Open-ILS/xul/staff_client/chrome/content/cat/opac.js
Open-ILS/xul/staff_client/server/cat/marcedit.js