socialforge/app/views/organizations/check_uniq_domain.js.erb

5 lines
84 B
Plaintext

<% if @is_exist %>
$is_exist = true;
<% else %>
$is_exist = false;
<% end %>