Files
old-holivud2/app/views/task_requests/create.html.erb

16 lines
612 B
Plaintext
Raw Normal View History

2020-06-19 12:32:50 +02:00
<% if params[:show_chat] %>
2020-06-26 04:57:23 +02:00
<%= javascript_include_tag "//js.hs-scripts.com/7344617.js", defer: "defer", async: true, id: "hs-script-loader" %>
2020-06-24 04:49:28 +02:00
<%= javascript_tag nonce: true do %>
2020-06-26 04:57:23 +02:00
function onConversationsAPIReady() {
window.HubSpotConversations.widget.load({ widgetOpen: true });
window.HubSpotConversations.widget.open();
}
if (window.HubSpotConversations) {
onConversationsAPIReady();
} else {
window.hsConversationsOnReady = [onConversationsAPIReady];
}
2020-06-24 04:49:28 +02:00
<% end %>
2020-06-19 12:32:50 +02:00
<% end %>
2020-06-24 04:49:28 +02:00
<p class="alert alert-success p-3 lead text-center"><%= t '.success_message' %></p>