From: dbs Date: Thu, 8 Apr 2010 23:17:15 +0000 (+0000) Subject: Enable our dialog to be displayed and hidden many times X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=08e1738b20e5b9478f6a4338c376b3f956933030;p=working%2FEvergreen.git Enable our dialog to be displayed and hidden many times git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16185 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/js/password_reset.js b/Open-ILS/web/opac/skin/default/js/password_reset.js index 7e6f6f034a..337f70897d 100644 --- a/Open-ILS/web/opac/skin/default/js/password_reset.js +++ b/Open-ILS/web/opac/skin/default/js/password_reset.js @@ -36,7 +36,6 @@ dojo.addOnLoad(function() { } } var deferred = dojo.xhrPost(xhrArgs); - pwResetFormDlg.attr("content", opac_strings.PWD_RESET_SUBMIT_STATUS); }); dojo.place("", "login_tbody"); dojo.query("#pwResetLink").attr("innerHTML", opac_strings.PWD_RESET_FORGOT_PROMPT);