make spawn_main more similar to other spawns
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 29 Jun 2005 22:27:24 +0000 (22:27 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 29 Jun 2005 22:27:24 +0000 (22:27 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@988 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/util/spawn_win.js

index fe71fef..2e0a50e 100644 (file)
@@ -87,6 +87,7 @@ function spawn_main() {
                if (!w) { throw('window ref == null'); }
                try {
                        w.document.title = G.user.usrname() + '@' + G.user_ou.name();
+                       w.params = {};
                } catch(E) {
                        alert('Hrmm. ' + pretty_print( js2JSON(E) ) );
                }