parent
2bd7ebdb2c
commit
92b4f88526
@ -1,5 +1,3 @@
|
|||||||
console.log("<%= @user_picture.present? %>")
|
console.log("<%= @user_picture.present? %>")
|
||||||
<% if @user_picture.present? %>
|
$("#picture_display").html('<%= j (render :partial => 'games/picture_display') %>');
|
||||||
$("#picture_display").html('<%= j (render :partial => 'games/picture_display') %>');
|
$("#picture_display").show();
|
||||||
$("#picture_display").show();
|
|
||||||
<% end %>
|
|
Loading…
Reference in new issue