Author: sevein
Date: Tue May 1 09:45:06 2012
New Revision: 11579
Log:
Add one more exception to blank.js
Modified:
branches/2.0/js/blank.js
Modified: branches/2.0/js/blank.js
==============================================================================
--- branches/2.0/js/blank.js Tue May 1 00:03:16 2012 (r11578)
+++ branches/2.0/js/blank.js Tue May 1 09:45:06 2012 (r11579)
@@ -8,7 +8,7 @@
$('.section, .field', context)
.filter(function ()
{
- return !$('input, #treeView, > .search-results, #imageflow',
this).length
+ return !$('input, #treeView, > .search-results, #imageflow,
.institution', 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.