You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and when I click on the node it expands the child nodes associated with it but if I click on the "contact me" it does not open the link in a new window. Any suggestions?
The text was updated successfully, but these errors were encountered:
Fiddle showing issue:
http://jsfiddle.net/mjg34s1h/
I have this node:
` dqLink = {
parent: complaintFiled,
text:{
title: "MTD",
contact: {
val: "contact me",
href: "http://twitter.com/",
target: "_blank"
}
},
and when I click on the node it expands the child nodes associated with it but if I click on the "contact me" it does not open the link in a new window. Any suggestions?
The text was updated successfully, but these errors were encountered: