[open-ils-commits] r13076 - trunk/Open-ILS/web/js/dojo/openils/widget (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue May 5 11:31:18 EDT 2009
Author: erickson
Date: 2009-05-05 11:31:16 -0400 (Tue, 05 May 2009)
New Revision: 13076
Modified:
trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js
Log:
for consistency, onSubmit -> onPostSubmit
Modified: trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js 2009-05-05 15:30:34 UTC (rev 13075)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/EditDialog.js 2009-05-05 15:31:16 UTC (rev 13076)
@@ -31,7 +31,7 @@
var self = this;
var onCancel = args.onCancel || this.editPane.onCancel;
- var onSubmit = args.onSubmit || this.editPane.onSubmit;
+ var onSubmit = args.onPostSubmit || this.editPane.onPostSubmit;
this.editPane.onCancel = function() {
if(onCancel) onCancel();
More information about the open-ils-commits
mailing list