Enable our dialog to be displayed and hidden many times
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Apr 2010 23:17:15 +0000 (23:17 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Apr 2010 23:17:15 +0000 (23:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16185 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/js/password_reset.js

index 7e6f6f0..337f708 100644 (file)
@@ -36,7 +36,6 @@ dojo.addOnLoad(function() {
             }
         }
         var deferred = dojo.xhrPost(xhrArgs);
-        pwResetFormDlg.attr("content", opac_strings.PWD_RESET_SUBMIT_STATUS);
     });
     dojo.place("<tr><td colspan='2' align='center'><a class='classic_link' id='pwResetLink' onClick='dijit.byId(\"pwResetFormDlg\").show();'</a></td></tr>", "login_tbody");
     dojo.query("#pwResetLink").attr("innerHTML", opac_strings.PWD_RESET_FORGOT_PROMPT);