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