diff --git a/app/views/games/_repository.html.erb b/app/views/games/_repository.html.erb index 6149e8510..ce38c51d8 100644 --- a/app/views/games/_repository.html.erb +++ b/app/views/games/_repository.html.erb @@ -28,9 +28,9 @@
-
+
diff --git a/app/views/games/reset_new_code.js.erb b/app/views/games/reset_new_code.js.erb index 26172184c..7e58a707e 100644 --- a/app/views/games/reset_new_code.js.erb +++ b/app/views/games/reset_new_code.js.erb @@ -3,5 +3,5 @@ <% else %> $("#games_repository_contents").html('<%= escape_javascript(render :partial => 'games/repository') %>'); <% end %> -$("#coding_area").show(); +//$("#coding_area").show(); $("#coding_ajax_loading").css("display", "none"); \ No newline at end of file