* VRFS-1084-notify working on web layout
This commit is contained in:
parent
ff9f132341
commit
afbe4c09c2
|
|
@ -18,8 +18,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
$(function() {
|
||||
initialize();
|
||||
})
|
||||
context.JK.WelcomePage = initialize;
|
||||
|
||||
|
||||
})(window, jQuery);
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
*= require client/jamkazam
|
||||
*= require client/screen_common
|
||||
*= require client/content
|
||||
*= require client/notify
|
||||
*= require client/ftue
|
||||
*= require client/user_dropdown
|
||||
*= require client/dialog
|
||||
|
|
|
|||
|
|
@ -241,9 +241,7 @@
|
|||
}
|
||||
}
|
||||
testConnected();
|
||||
|
||||
}
|
||||
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
<%= render "clients/invitationDialog" %>
|
||||
<%= render "users/signupDialog" %>
|
||||
<%= render "users/signinDialog" %>
|
||||
<%= render "clients/notify" %>
|
||||
<%= yield(:extra_dialogs) %>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
|
|||
|
|
@ -13,4 +13,12 @@
|
|||
Have questions about how JamKazam works?
|
||||
<a href="#" id="faq-open">Here are some answers</a>.
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<% content_for :extra_js do %>
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
window.JK.WelcomePage();
|
||||
})
|
||||
</script>
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Reference in New Issue