diff --git a/app/views/users/picture_show.js.erb b/app/views/users/picture_show.js.erb index a41c1ed7..290d0d04 100644 --- a/app/views/users/picture_show.js.erb +++ b/app/views/users/picture_show.js.erb @@ -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 %> \ No newline at end of file +$("#picture_display").html('<%= j (render :partial => 'games/picture_display') %>'); +$("#picture_display").show(); \ No newline at end of file