Author: david
Date: Thu Oct 27 17:01:03 2011
New Revision: 10220
Log:
Add exception for #imageflow. Fixes issue 2137.
Modified:
trunk/js/blank.js
Modified: trunk/js/blank.js
==============================================================================
--- trunk/js/blank.js Thu Oct 27 15:41:52 2011 (r10219)
+++ trunk/js/blank.js Thu Oct 27 17:01:03 2011 (r10220)
@@ -8,7 +8,7 @@
$('.section, .field', context)
.filter(function ()
{
- return !$('input, #treeView, > .search-results', this).length
+ return !$('input, #treeView, > .search-results, #imageflow',
this).length
&& !jQuery.trim($(':not(h2, h2 *, h3, h3 *)', this)
.contents()
.filter(function ()
--
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.