typo. Made no difference. hrmm
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 29 Jun 2005 22:30:53 +0000 (22:30 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 29 Jun 2005 22:30:53 +0000 (22:30 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@990 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/main/clam_shell.js

index 6fa9a0a..ecbcc7b 100644 (file)
@@ -3,7 +3,7 @@ sdump('D_TRACE','Loading clam_shell.js\n');
 function clam_shell_init(p) {
        dump("TESTING: clam_shell.js: " + mw.G['main_test_variable'] + '\n');
        if (d.params && d.params.vertical) {
-               p.d.setAttribute('orient','verticle');
+               p.d.setAttribute('orient','vertical');
        }
 }