]> git.evergreen-ils.org Git - Evergreen.git/commit
At various points in opac_utils.js, there are calls to doLogout() (no parms).
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 13 Apr 2008 18:17:49 +0000 (18:17 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 13 Apr 2008 18:17:49 +0000 (18:17 +0000)
commitd02b96b5878a5f652860a0587f2763fb75d60be4
tree77bc6ec3b3050afc83b28db8575a025447685800
parent35c60eb7cc7e6dd961b8ce7fc87326a9874eed31
At various points in opac_utils.js, there are calls to doLogout() (no parms).
However, Firefox complains that doLogout() is not defined.

The only defined function is doLogout(noredirect) (one parm).

As I can't find any instances of doLogout being called with a parameter,
and I can't see noredirect being used anywhere in the function, the
simplest patch appears to be to just remove the parameter from the prototype.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@9327 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/opac/common/js/opac_utils.js