Author: sevein
Date: Tue Feb 14 15:31:37 2012
New Revision: 10886
Log:
Relax selector because descendants should be sliced at different levels
Modified:
trunk/js/qubit.js
Modified: trunk/js/qubit.js
==============================================================================
--- trunk/js/qubit.js Tue Feb 14 15:28:27 2012 (r10885)
+++ trunk/js/qubit.js Tue Feb 14 15:31:37 2012 (r10886)
@@ -6,7 +6,7 @@
Drupal.behaviors.expander = {
attach: function (context)
{
- jQuery('div.field > div').expander({
+ jQuery('div.field div').expander({
slicePoint: 255,
expandText: '»',
expandPrefix: '... ',
--
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.