Skip to content

Commit

Permalink
Removing the hacky Javascript Redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowser committed Apr 13, 2008
1 parent 324cff5 commit caa296c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/access_nodes/googlemaps.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ Downstream: <%= all_data_downloaded %><br />
<p>Click <%= link_to 'here', :controller => 'user', :action => 'signup' %> to signup</p>

<% else %>
<script>
document.location.href = '/user/profile'
</script>

<p>Click <%= link_to 'here', :controller => 'user', :action => 'profile' %> to see your profile </p>

<% end %>
</div>

0 comments on commit caa296c

Please sign in to comment.