[finish #27011135] fixed "login to pledge" trapped in iframe
parent
df147937aa
commit
36c6a5614e
|
@ -40,7 +40,7 @@ $j().ready(function() {
|
|||
contentblock.on("click", "div.create-account", function () {
|
||||
var span = $j(this).find("span");
|
||||
var work_url = span.attr('title')
|
||||
window.location = "/accounts/login/?next=" + work_url;
|
||||
top.location = "/accounts/login/?next=" + work_url;
|
||||
});
|
||||
|
||||
// in panel view on the supporter page we want to remove the entire book listing from view upon wishlist-remove
|
||||
|
|
Loading…
Reference in New Issue