I've been running into a few different problems with Edge Animate, and I just realized that my links are not working on my project whatsoever. The different assets have code like this -
// Navigate to a new URL in the current window
// (replace "_self" with appropriate target attribute for a new window)
window.open("http://fstoppers.com/photoshoot-breakdown-behind-the-scenes-into-camar o-photoshoot", "_blank");
http://zsuttonphoto.com/Press.html
Can anyone explain to me why this isn't working? My CompositionReady is empty, and there is currently no code on the site aside from the various links.