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.
10 lines
396 B
10 lines
396 B
6 years ago
|
<% if @viewed == 1 %>
|
||
|
$("#tab_con_3").html('<%= j (render :partial => 'games/acquire_answer') %>');
|
||
|
$(".-tab-nav li").removeClass("tab_hover");
|
||
|
$("#tab_nav_3").addClass('tab_hover');
|
||
|
$(".tab-info").hide();
|
||
|
$("#tab_con_3").show();
|
||
|
<% else %>
|
||
|
var htmlvalue = "<%= escape_javascript(render :partial => 'game_answer_tip_pop') %>";
|
||
|
pop_box_new(htmlvalue,460,300);
|
||
|
<% end %>
|