[open-ils-commits] r16185 - branches/rel_1_6/Open-ILS/web/opac/skin/default/js (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Apr 8 19:17:15 EDT 2010


Author: dbs
Date: 2010-04-08 19:17:15 -0400 (Thu, 08 Apr 2010)
New Revision: 16185

Modified:
   branches/rel_1_6/Open-ILS/web/opac/skin/default/js/password_reset.js
Log:
Enable our dialog to be displayed and hidden many times


Modified: branches/rel_1_6/Open-ILS/web/opac/skin/default/js/password_reset.js
===================================================================
--- branches/rel_1_6/Open-ILS/web/opac/skin/default/js/password_reset.js	2010-04-08 22:37:23 UTC (rev 16184)
+++ branches/rel_1_6/Open-ILS/web/opac/skin/default/js/password_reset.js	2010-04-08 23:17:15 UTC (rev 16185)
@@ -36,7 +36,6 @@
             }
         }
         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);



More information about the open-ils-commits mailing list