mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-02-25 20:41:18 +01:00
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.