Closed (fixed)
Project:
Automodal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2012 at 01:20 UTC
Updated:
28 Nov 2013 at 12:40 UTC
Jump to comment: Most recent
Comments
Comment #1
dsnopekI actually was able to reproduce this, but only by making a mistake. :-) I suspect the element at '.comment_reply' isn't a link, but some other HTML tag. This causes automodal to open a modal to the same page. I've committed a change in 4a177c5 that will filter out all non-links. What you probably actually want is '.comment_reply a' as the CSS selector.