* 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 AAC_underscore
|
||||||
//= require globals
|
//= require globals
|
||||||
//= require AAB_message_factory
|
//= require AAB_message_factory
|
||||||
//= require AAC_underscore
|
|
||||||
//= require facebook_helper
|
//= require facebook_helper
|
||||||
//= require web/signupDialog
|
//= require web/signupDialog
|
||||||
//= require web/signinDialog
|
//= require web/signinDialog
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<% provide(:title, 'Signup Confirmation') %>
|
<% provide(:title, 'Signup Confirmation') %>
|
||||||
<%= javascript_include_tag "landing/landing" %>
|
|
||||||
|
|
||||||
<% if @user.nil? %>
|
<% if @user.nil? %>
|
||||||
<h1>Signup Already Confirmed</h1>
|
<h1>Signup Already Confirmed</h1>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue