Author: jablko
Date: Thu Oct 28 19:26:53 2010
New Revision: 8643

Log:
Oops - don't forget to append hidden fields

Modified:
   trunk/js/dialog.js

Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js  Thu Oct 28 16:50:39 2010        (r8642)
+++ trunk/js/dialog.js  Thu Oct 28 19:26:53 2010        (r8643)
@@ -126,6 +126,8 @@
         // Append hidden fields to form on submit
         this.onSubmit = function (event)
           {
+            thisDialog.appendHiddenFields();
+
             // Issue 1782
             if (!thisDialog.iframes.length)
             {
@@ -134,8 +136,6 @@
 
             event.preventDefault();
 
-            thisDialog.appendHiddenFields();
-
             // Apply selector to <iframe/> contents, update value of selected
             // element with value of the autocomplete <input/>, and submit
             // selected element's form

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to