Files
ICEcoder/lib
Matt Pass 047daf4e44 ZipIt plugin reintegrated with error corrected
The exclude value in the URL's querystring had a list of exclude items
previously seperated by comma. However, we're exploding the whole plugin
by commas and because of this, the exclude list ended up becoming
subsequent array values, getting caught up in the mix.

This in turn caused 1000's of errors p/s as it ended up with a NaN value
which ended up as 0 (or -1)? and a very very quick, erroneous
setInterval.

Now delimiting by asterisks which looks neater, makes more sense
visually and solves the problem. Commas now only seperate the 6 array
values.
2012-07-28 13:17:38 +01:00
..
2012-07-09 07:34:09 +01:00
2012-04-20 07:47:04 +01:00
2012-07-05 22:58:45 +01:00
2012-05-28 07:55:45 +01:00
2012-07-27 11:43:42 +01:00