Skip to content

Commit

Permalink
quick and dirty fix to login iframe links
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-l committed Apr 16, 2015
1 parent 2171c94 commit 649875f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion redpanal/redpanal/templates/all_activities_iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
// initial volume when the player starts
startVolume: 0.8});
});
$('a').attr('target', '_top');
$(document).on("click",".modal-reply-message",function(e) {
window.open("/accounts/signup/");
});
});

</script>
</head>
<body style="background:none repeat scroll 0 0 rgba(0, 0, 0, 0)">
Expand Down

0 comments on commit 649875f

Please sign in to comment.