Hello, thanks for the module, really like the idea.

Just updated to the latest dev version, however I still seem to have the same problem, the jReject window won't show up in the browsers I have checked.

I was able to test Chrome 18 and IE9... nothing happens, pages are loaded without the dialog. Plugin is installed correctly (didn't get any warnings) and off course I've enabled the module on it's settings page.

I've tried with jquery 1.5 and 1.7, same thing.

Any ideas?

Cheers

Comments

entendu’s picture

Category: bug » support

Hi there -- take a look at your page source and just make sure that the javascript is printing out in the source of your page.

Lux Delux’s picture

Ah, it indeed has something to do with my theme. Looks like it's printing out in the admin backend.

Gonna look in more detail later.

philosurfer’s picture

Status: Active » Needs review

check the patch i added on http://drupal.org/node/1612960

if you have carriage returns in your paragraphs it breaks the JS and it fails to load properly.

Adding the patch should resolve the issue

entendu’s picture

Status: Needs review » Closed (works as designed)