* VRFS-1456 - hoverIntent error goes away once you stop including jquery twice\!
This commit is contained in:
parent
4c737086e4
commit
964fcb5f0e
|
|
@ -18,7 +18,6 @@
|
|||
//= require AAC_underscore
|
||||
//= require globals
|
||||
//= require AAB_message_factory
|
||||
//= require AAC_underscore
|
||||
//= require facebook_helper
|
||||
//= require web/signupDialog
|
||||
//= require web/signinDialog
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<% provide(:title, 'Signup Confirmation') %>
|
||||
<%= javascript_include_tag "landing/landing" %>
|
||||
|
||||
<% if @user.nil? %>
|
||||
<h1>Signup Already Confirmed</h1>
|
||||
|
|
|
|||
Loading…
Reference in New Issue