/concrete/js/jquery.cycle.all.min.js isn't loading (404)

Permalink
jquery.cycle.all.min.js doesn't appear to be in the concrete install package so I'm wondering:

A) Why is it trying to load?

B) How can I stop concrete from trying to load it?

C) Where did the script come from and should I try to replace it?

The full path is:
http://www.rosecityrollers.com/concrete/js/jquery.cycle.all.min.js?...

You can load any page on rosecityrollers.com (within C5, not the blog, shop, or forum) and see the error on load.

SpeedBump
 
Mnkras replied on at Permalink Reply
Mnkras
the actual path is
http://www.rosecityrollers.com/packages/randomizer/blocks/randomize...

and its used by the randomizer package
SpeedBump replied on at Permalink Reply
SpeedBump
Good call- it's actually trying to load the script from both locations. It successfully loads from the randomizer directory but not the /concrete/js/ directory.
<script type="text/javascript" src="/packages/randomizer/blocks/randomizer/js/jquery.cycle.all.min.js?v=79bd230bea6827e2df30b56b4960b779"></script>
<script type="text/javascript" src="/concrete/js/jquery.cycle.all.min.js?v=79bd230bea6827e2df30b56b4960b779"></script>

I've copied the file to the concrete directory, but if anybody can tell me how to get C5 to stop trying to load it from that directory that would be ideal.

Thanks!
Mnkras replied on at Permalink Reply
Mnkras
where is it trying to load from the /concrete directory?
SpeedBump replied on at Permalink Reply
SpeedBump
Line 39, the line immediately following the line where it's loading from the randomizer directory.
Mnkras replied on at Permalink Reply
Mnkras
i see looks like a block bug
ryan replied on at Permalink Best Answer Reply
ryan
Just posted a new version of the randomizer block that'll fix this problem for you. Version 1.2.1
SpeedBump replied on at Permalink Reply
SpeedBump
Thanks much Ryan! Seems to have worked! Love the Randomizer, by the way :-)
PerryGovier replied on at Permalink Reply
PerryGovier
I'm having a similar problem with a block in Tony's Real Estate Package. What was the fix?