Author: jablko
Date: Thu Oct 21 21:47:33 2010
New Revision: 8367
Log:
Context argument needn't be jQuery instance
Modified:
trunk/js/dialog.js
Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js Thu Oct 21 21:44:43 2010 (r8366)
+++ trunk/js/dialog.js Thu Oct 21 21:47:33 2010 (r8367)
@@ -25,7 +25,7 @@
*/
// Find field prefix (if there is one)
- var matches = $(':input[name]',
$(thisDialog.table)).eq(0).attr('name').match(this.fieldNameFilter);
+ var matches = $(':input[name]',
thisDialog.table).eq(0).attr('name').match(this.fieldNameFilter);
if (null != matches)
{
this.fieldPrefix = matches[1];
--
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.