Closed (fixed)
Project:
Views Isotope (Deprecated)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2012 at 03:28 UTC
Updated:
10 Sep 2012 at 19:51 UTC
I was having issues with Isotope filters in IE7 due to the trailing comma on line 7 of views_isotope.js:
$container.isotope({
itemSelector: '.isotope-element', // this comma needs to be removed
//filter: '.nothing'
});Can submit a patch, but not sure it's needed :)
Comments
Comment #1
kreynen commentedchange committed http://drupalcode.org/project/views_isotope.git/commit/d26702d
Comment #2
alexiswatson commentedChanging to correct status. :>