Skip to content

Commit

Permalink
Drop .institution exception
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Sep 29, 2012
1 parent 206711a commit 7ad1923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/blank.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$('section, .section, .field', context)
.filter(function ()
{
return !$('input, #treeView, > .search-results, #imageflow, .institution', this).length
return !$('input, #treeView, > .search-results, #imageflow', this).length
&& !jQuery.trim($(':not(h2, h2 *, h3, h3 *, h4, h4 *)', this)
.contents()
.filter(function ()
Expand Down

0 comments on commit 7ad1923

Please sign in to comment.