You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
292 B
7 lines
292 B
6 years ago
|
<% if @error %>
|
||
|
var htmlvalue = "<%= escape_javascript(render :partial => 'versions/version_name_repetition_tip') %>";
|
||
|
pop_box_new(htmlvalue,300,316);
|
||
|
<% else %>
|
||
|
$("#pro_st_tbc_04").html('<%= escape_javascript( render :partial => 'projects/settings/new_versions') %>');
|
||
|
<% end %>
|