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

5 lines
84 B
Plaintext
Raw Normal View History

2016-01-18 10:43:22 +08:00
<% if @is_exist %>
$is_exist = true;
<% else %>
$is_exist = false;
<% end %>