From 1dfd982394402327cdeb0072cdef21dd3d869416 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 5 May 2009 15:31:16 +0000 Subject: [PATCH] for consistency, onSubmit -> onPostSubmit git-svn-id: svn://svn.open-ils.org/ILS/trunk@13076 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/widget/EditDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/widget/EditDialog.js b/Open-ILS/web/js/dojo/openils/widget/EditDialog.js index 7033c0bd88..6bb66bdfed 100644 --- a/Open-ILS/web/js/dojo/openils/widget/EditDialog.js +++ b/Open-ILS/web/js/dojo/openils/widget/EditDialog.js @@ -31,7 +31,7 @@ if(!dojo._hasResource['openils.widget.EditDialog']) { 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(); -- 2.11.0