Author: jablko
Date: Fri Oct 15 13:47:15 2010
New Revision: 8166
Log:
Drop display value, fixes issue 1803
Modified:
trunk/js/dialog.js
Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js Fri Oct 15 13:45:17 2010 (r8165)
+++ trunk/js/dialog.js Fri Oct 15 13:47:15 2010 (r8166)
@@ -412,11 +412,6 @@
// If no URI is set, then selecting unmatched value
if (0 == $hidden.val().length)
{
- // Store display value
- var dname = $hidden.attr('name');
- dname = dname.substr(0, dname.length-1)+'Display]';
- yuiDialogData[dname] = this.value;
-
// Allowing adding new values via iframe
var value = $('~ .add', this).val();
if (value)
--
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.