Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-2.0-alpha5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2009 at 17:29 UTC
Updated:
7 Mar 2010 at 18:31 UTC
I am using the following in a Views template override :
function advicedClicked(parent_element) {
var element = $(parent_element).children();
var href = $(element).attr("nodeurl");
var options = {width: '400px', hijackDestination: false, href: href};
Popups.openPath(element, options);
}
From what I can tell, I have everything that should bring up my provided url from the link that calls this function. It opens a popup window, but the page goes to a blank white screen (the whole page reloads) before any content is shown.
This was working for me in 6.x-1.3, using the legacy function names.
Could you provide any help with this?
Thanks.
Comments
Comment #1
kvvnn commentedThis was due to the Google Analytics Issue.
See http://drupal.org/node/516452