Helper freeze

Permalink
I'm so near yet so far to getting my customised version of the Slideshow block to work

I'm actually only going to use it with filesets - not arbitrary files.

Here's the problem:

Add MySlideshow helper (is that the term?) comes up correctly, with the filesets in place

I click on 'Add' button with url javascript:$('#ccm-form-submit-button').get(0).click()

I can see that the block has been added

The helper doesn't close and animation continues until i have to close the browser tab to get out of it

 
jordanlev replied on at Permalink Reply
jordanlev
What is this "MySlideshow" helper you refer to? And is that url javascript something you added to the code yourself?

The fileset list shouldn't have anything to do with the "Add" button not working. Can you post your code for your add.php (or edit.php) file?
g00se replied on at Permalink Reply
Thanks jordanlev. I've been working on this since the post and am working on the hypothesis that it's down to a selector clash between jquery and mootools. I'm trying to find a) if this theory is correct, and b) the best way to resolve it.