Closed (fixed)
Project:
Automodal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 21:45 UTC
Updated:
28 Nov 2013 at 11:20 UTC
Jump to comment: Most recent
1) Add automodal class to a link with a fragment (url#fragment).
2) Click link
3) Link opens, but loads full page.
url#fragment?automodal=true is processed as fragment is #fragment?automodal=true, and thus no $_GET arguments.
| Comment | File | Size | Author |
|---|---|---|---|
| automodal_hash_location.patch | 1.03 KB | hefox |
Comments
Comment #1
dsnopekTested and it works great! Committed in 639b5a0. Thanks, @hefox!